class ActionView::Helpers::Tags::HiddenField

:nodoc:
:nodoc:

def render

:nodoc:
:nodoc:
def render
  @options[:autocomplete] = "off"
  super
end