Method: Formtastic::Inputs::HiddenInput#to_html
- Defined in:
- lib/formtastic/inputs/hidden_input.rb
#to_html ⇒ Object
39 40 41 42 43 |
# File 'lib/formtastic/inputs/hidden_input.rb', line 39 def to_html input_wrapping do builder.hidden_field(method, ) end end |