Method: Formtastic::Inputs::SelectInput#input_options
- Defined in:
- lib/formtastic/inputs/select_input.rb
#input_options ⇒ Object
189 190 191 |
# File 'lib/formtastic/inputs/select_input.rb', line 189 def super.merge :include_blank => (include_blank unless prompt?) end |