Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Created May 17, 2013 14:24
Show Gist options
  • Save jmarmolejos/5599363 to your computer and use it in GitHub Desktop.
Save jmarmolejos/5599363 to your computer and use it in GitHub Desktop.
<div class="field">
<%= f.label :category_id %><br />
<%= f.collection_select :category_id, @categories, :id, :name %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment