Method: Formtastic::Inputs::SelectInput#include_blank

Defined in:
lib/formtastic/inputs/select_input.rb

#include_blankObject



177
178
179
# File 'lib/formtastic/inputs/select_input.rb', line 177

def include_blank
  options.key?(:include_blank) ? options[:include_blank] : (single? && builder.include_blank_for_select_by_default)
end