Class: MonthPickerTomSelectInput

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

Overview

Tom Select version of MonthPickerInput
Use as: :month_picker_tom_select instead of :month_picker

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input, #input_html_classes

Instance Method Details

#collectionObject



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

def collection
  Report::BalanceSheet::BalanceSheetCommand::MONTHS_OPTIONS
end