Class: LedgerReconciliationAccountPickerInput

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

Overview

SimpleForm input wrapper: ledger reconciliation account picker.

Instance Method Summary collapse

Methods inherited from TomSelectInput

#input_html_classes

Instance Method Details

#collectionObject



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

def collection
  LedgerAccount.
end

#input(wrapper_options = nil) ⇒ Object



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

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