Skip to content

Instantly share code, notes, and snippets.

@oren
Created May 10, 2010 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oren/395704 to your computer and use it in GitHub Desktop.
Save oren/395704 to your computer and use it in GitHub Desktop.
<% form_tag( change_language_path("Spanish"), :method => :put ) do %>
<%= select_tag 'languages', options_from_collection_for_select(@languages, 'id', 'name') %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment