method

render

rails latest stable - Class: ActionView::Helpers::Tags::HiddenField
render()
public

No documentation available.

# File actionview/lib/action_view/helpers/tags/hidden_field.rb, line 7
        def render
          @options[:autocomplete] = "off"
          super
        end