Method: Formtastic::Inputs::Base::Collections#value_method

Defined in:
lib/formtastic/inputs/base/collections.rb

#value_methodObject



15
16
17
# File 'lib/formtastic/inputs/base/collections.rb', line 15

def value_method
  @value_method ||= (value_method_from_options || label_and_value_method[-1])
end