Class: InvoiceTypePickerTomSelectInput
- Inherits:
-
TomSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- TomSelectInput
- InvoiceTypePickerTomSelectInput
- Defined in:
- app/inputs/invoice_type_picker_tom_select_input.rb
Overview
Invoice Type Picker Tom Select Input.
Instance Method Summary collapse
Methods inherited from TomSelectInput
Instance Method Details
#collection ⇒ Object
4 5 6 |
# File 'app/inputs/invoice_type_picker_tom_select_input.rb', line 4 def collection Invoice::INVOICE_TYPES.map { |t| [t, t] } end |