Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created July 19, 2013 20:34
Show Gist options
  • Save lando2319/6042148 to your computer and use it in GitHub Desktop.
Save lando2319/6042148 to your computer and use it in GitHub Desktop.
= form_tag(engagement_path, :controller => "engagements", :action => "update", :method => 'put') do
= hidden_field_tag "engagement[application_status]", "Accepted"
= submit_tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment