Method: Formtastic::Inputs::Base::Collections#value_method
- Defined in:
- lib/formtastic/inputs/base/collections.rb
#value_method ⇒ Object
15 16 17 |
# File 'lib/formtastic/inputs/base/collections.rb', line 15 def value_method @value_method ||= ( || label_and_value_method[-1]) end |