Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2010 23:23
Show Gist options
  • Save anonymous/276680 to your computer and use it in GitHub Desktop.
Save anonymous/276680 to your computer and use it in GitHub Desktop.
<%= f.select(:role_id, options_from_collection_for_select(@roles, "id", "to_s", {:include_blank => true, :selected => nil})) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment