Flowdock
method

hidden_field

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: CollectionHelpers
hidden_field() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/tags/collection_helpers.rb, line 106
          def hidden_field
            hidden_name = @html_options[:name] || hidden_field_name
            @template_object.hidden_field_tag(hidden_name, "", id: nil)
          end
Register or log in to add new notes.