Method: Formtastic::Inputs::SelectInput#include_blank
- Defined in:
- lib/formtastic/inputs/select_input.rb
#include_blank ⇒ Object
177 178 179 |
# File 'lib/formtastic/inputs/select_input.rb', line 177 def include_blank .key?(:include_blank) ? [:include_blank] : (single? && builder.include_blank_for_select_by_default) end |