Method: Formtastic::Inputs::NumberInput#to_html
- Defined in:
- lib/formtastic/inputs/number_input.rb
#to_html ⇒ Object
76 77 78 79 80 81 |
# File 'lib/formtastic/inputs/number_input.rb', line 76 def to_html input_wrapping do label_html << builder.number_field(method, ) end end |