Skip to content

Instantly share code, notes, and snippets.

@michaelRM
Created June 13, 2012 15:35
Show Gist options
  • Save michaelRM/2924822 to your computer and use it in GitHub Desktop.
Save michaelRM/2924822 to your computer and use it in GitHub Desktop.
credit_card partial conditional
-if @product.is_a?(product)
= form_for @purchases, :url => product_purchases_url(@product), :method => :post do |f|
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment