class SimpleForm::Inputs::GroupedCollectionSelectInput
def collection
def collection @collection ||= grouped_collection.first.try(:send, group_method) || [] end
def collection @collection ||= grouped_collection.first.try(:send, group_method) || [] end