Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created April 27, 2014 13:17
Show Gist options
  • Select an option

  • Save axilaris/11345376 to your computer and use it in GitHub Desktop.

Select an option

Save axilaris/11345376 to your computer and use it in GitHub Desktop.
<%= f.text_field :company_code %>
it will create this:
"customer"=>{"company_code"=>"aaa"}
<%= text_field_tag("customer_code", @customer_code") %>
it will create this:
"customer_code"=>"aaa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment