Parent

Methods

Files

Class/Module Index [+]

Quicksearch

SimpleForm::Inputs::GroupedCollectionSelectInput

Public Instance Methods

input() click to toggle source
# File lib/simple_form/inputs/grouped_collection_select_input.rb, line 4
def input
  label_method, value_method = detect_collection_methods
  @builder.grouped_collection_select(attribute_name, grouped_collection,
                group_method, group_label_method, value_method, label_method,
                input_options, input_html_options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.