Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 9, 2014 00:24
Show Gist options
  • Save axilaris/9441143 to your computer and use it in GitHub Desktop.
Save axilaris/9441143 to your computer and use it in GitHub Desktop.
<div>
<%= f.label :country_id %><br />
<%= f.collection_select :country_id, Country.all, :id, :name %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment