Class: ReportGroupingSalesFactPickerInput

Inherits:
TomSelectInput
  • Object
show all
Defined in:
app/inputs/report_grouping_sales_fact_picker_input.rb

Overview

SimpleForm input wrapper: report grouping sales fact picker.

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input, #input_html_classes

Instance Method Details

#collectionObject



4
5
6
# File 'app/inputs/report_grouping_sales_fact_picker_input.rb', line 4

def collection
  Customer::ReportGrouping.select_options
end