Skip to content

Instantly share code, notes, and snippets.

@chazu
Created November 4, 2011 20:19
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 chazu/1340379 to your computer and use it in GitHub Desktop.
Save chazu/1340379 to your computer and use it in GitHub Desktop.
<%= form_tag :controller => :main, :action => :pick %>
<%= hidden_field_tag 'var', @var %>
<%= button_to "again!", main_pick_path,{:method => :post} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment