I wanna do something like this in rails
Here is what I have so far in rails:
<%= form_for @order do |f| %> <%= f.hidden_field :service,
This also works in Rails 3.2.12:
<%= f.hidden_field :service, :value => "test" %>