Method: Formtastic::Inputs::SelectInput#input_html_options
- Defined in:
- lib/formtastic/inputs/select_input.rb
#input_html_options ⇒ Object
193 194 195 |
# File 'lib/formtastic/inputs/select_input.rb', line 193 def .merge(super.reject {|k,v| k==:name && v.nil?} ) end |