Skip to content

Instantly share code, notes, and snippets.

@goldnuggets24
Last active August 29, 2015 14:01
Show Gist options
  • Save goldnuggets24/d03138c5b3e25f8a5c57 to your computer and use it in GitHub Desktop.
Save goldnuggets24/d03138c5b3e25f8a5c57 to your computer and use it in GitHub Desktop.
- orgs = Organization.all.select{|o| o.deals.count > 0 }
- orgs.each do |org|
- @d = org.deals.where(:organization_id => org.id, :active => true)
- @c = @d.map(&:what)
.grid_2.alpha.omega
%h3<
= select_tag 'email_organization_ids[]', options_from_collection_for_select(@d, :id, :what), :prompt => org.name, :class => 'load-ad', :style => 'width: 90%;'
.ad
.clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment