Method: Formtastic::Inputs::SelectInput#extra_input_html_options
- Defined in:
- lib/formtastic/inputs/select_input.rb
#extra_input_html_options ⇒ Object
197 198 199 200 201 202 203 204 |
# File 'lib/formtastic/inputs/select_input.rb', line 197 def { :multiple => multiple?, :name => multiple? ? : } end |