Skip to content

Instantly share code, notes, and snippets.

@supriya
Created July 29, 2009 15:26
Show Gist options
  • Save supriya/158213 to your computer and use it in GitHub Desktop.
Save supriya/158213 to your computer and use it in GitHub Desktop.
@addon_products = @card.person.account_addon_products.map{|product| product.type.to_s }
in view:
%td.cardholder-product
- @addon_products.each do |addon_product|
= addon_product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment