method
hidden_field
v3.2.8 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
hidden_field(method, options = {})public
No documentation available.
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1332
def hidden_field(method, options = {})
@emitted_hidden_id = true if method == :id
@template.hidden_field(@object_name, method, objectify_options(options))
end