Skip to content

Instantly share code, notes, and snippets.

@dawidlenkiewicz
Created December 9, 2014 13:29
Show Gist options
  • Save dawidlenkiewicz/22d7225834cb5059f4f0 to your computer and use it in GitHub Desktop.
Save dawidlenkiewicz/22d7225834cb5059f4f0 to your computer and use it in GitHub Desktop.
= simple_form_for @calculation do |f|
.row
= f.input :status
= hidden_field_tag 'update_action', 'edit_status'
= f.submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment