Skip to content

Instantly share code, notes, and snippets.

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