Guest User

Untitled

a guest
Dec 10th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <div class='field'>
  2. <%= f.label :category %>
  3. <%= f.select :donation_category, options_from_collection_for_select(@current_event.donation_categories, 'id', 'name') %>
  4. <%= link_to "New Category", :new_donation_category %>
  5. </div>
Add Comment
Please, Sign In to add comment