Skip to content

Instantly share code, notes, and snippets.

@bryansray
Created August 16, 2008 18:00
Show Gist options
  • Save bryansray/5735 to your computer and use it in GitHub Desktop.
Save bryansray/5735 to your computer and use it in GitHub Desktop.
select_control(:text_method => :text, :value_method => :method, :collection => [ { :value => 'imperial', :name => 'Imperial' }, { :value => 'british', :name => 'British' }, { :value => 'metric', :name => 'Metric' }], :selected => @user.unit_preference)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment