Class: PeriodGroupingPickerTomSelectInput
- Inherits:
-
TomSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- TomSelectInput
- PeriodGroupingPickerTomSelectInput
show all
- Defined in:
- app/inputs/period_grouping_picker_tom_select_input.rb
Instance Method Summary
collapse
#input, #input_html_classes
Instance Method Details
#collection ⇒ Object
2
3
4
|
# File 'app/inputs/period_grouping_picker_tom_select_input.rb', line 2
def collection
Report::OrdersOriginReport::OrdersReportCommand::GROUPING_OPTIONS
end
|