Method: Effective::FormInputs::CollectionInput#value_method

Defined in:
app/models/effective/form_inputs/collection_input.rb

#value_methodObject



50
51
52
# File 'app/models/effective/form_inputs/collection_input.rb', line 50

def value_method
  @value_method ||= options[:input].delete(:value_method)
end