Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created December 23, 2011 08:35
Show Gist options
  • Save qichunren/1513595 to your computer and use it in GitHub Desktop.
Save qichunren/1513595 to your computer and use it in GitHub Desktop.
mutil select
<div class="field">
<%= f.label :food_ids %><br />
<%= f.collection_select :food_ids, Food.all, "id", "name", {}, {:multiple => true} %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment