Method: Formtastic::Inputs::SelectInput#select_html
- Defined in:
- lib/formtastic/inputs/select_input.rb
#select_html ⇒ Object
173 174 175 |
# File 'lib/formtastic/inputs/select_input.rb', line 173 def select_html builder.select(input_name, collection, , ) end |