Class: CompanyPickerTomSelectInput

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

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input, #input_html_classes

Instance Method Details

#collectionObject



2
3
4
# File 'app/inputs/company_picker_tom_select_input.rb', line 2

def collection
  Company.select_options
end