Class: BalanceCompanyPickerTomSelectInput

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

Overview

Tom Select version of BalanceCompanyPickerInput
Use as: :balance_company_picker_tom_select instead of :balance_company_picker

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input, #input_html_classes

Instance Method Details

#collectionObject



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

def collection
  Report::BalanceSheet::BalanceSheetCommand.company_options
end