Skip to content

Instantly share code, notes, and snippets.

@jacqui
Forked from anonymous/gist:276680
Created January 13, 2010 23:26
Show Gist options
  • Save jacqui/276682 to your computer and use it in GitHub Desktop.
Save jacqui/276682 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