Class: LedgerReconciliationAccountPickerInput

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

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input_html_classes

Instance Method Details

#collectionObject



8
9
10
# File 'app/inputs/ledger_reconciliation_account_picker_input.rb', line 8

def collection
  LedgerAccount.
end

#input(wrapper_options = nil) ⇒ Object



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

def input(wrapper_options = nil)
  input_html_options[:multiple] = true if input_html_options[:multiple].nil?
  super(wrapper_options)
end