Method: Formtastic::Inputs::HiddenInput#to_html

Defined in:
lib/formtastic/inputs/hidden_input.rb

#to_htmlObject



39
40
41
42
43
# File 'lib/formtastic/inputs/hidden_input.rb', line 39

def to_html
  input_wrapping do
    builder.hidden_field(method, input_html_options)
  end
end