# File lib/action_view/helpers/form_helper.rb, line 1292 def hidden_field(method, options = {}) @emitted_hidden_id = true if method == :id @template.hidden_field(@object_name, method, objectify_options(options)) end