Method: ExtForm::Inputs::CollectionSelect#input
- Defined in:
- lib/ext_form/inputs/collection_select.rb
#input ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/ext_form/inputs/collection_select.rb', line 4 def input label_method, value_method = detect_collection_methods @builder.collection_select2( attribute_name, collection, value_method, label_method, , ) end |