Method: Formtastic::Inputs::SelectInput#to_html
- Defined in:
- lib/formtastic/inputs/select_input.rb
#to_html ⇒ Object
166 167 168 169 170 171 |
# File 'lib/formtastic/inputs/select_input.rb', line 166 def to_html input_wrapping do label_html << select_html end end |