Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created June 7, 2013 01:44
Show Gist options
  • Save the-teacher/5726543 to your computer and use it in GitHub Desktop.
Save the-teacher/5726543 to your computer and use it in GitHub Desktop.
Select with selected option
- options = options_for_select(Landing::TYPES.collect{ |name| [ t(".#{name}"), name ] }, @landing.landing_type)
= f.select :landing_type, options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment