Skip to content

Instantly share code, notes, and snippets.

@deepakdargade
Created October 6, 2011 07:40
Show Gist options
  • Select an option

  • Save deepakdargade/1266770 to your computer and use it in GitHub Desktop.

Select an option

Save deepakdargade/1266770 to your computer and use it in GitHub Desktop.
rails 3 select with default values
options_for_select(@user_groups.collect { |p| [p.name, p.id] }, @user.user_group)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment