Class: ChannelPickerInput
- Inherits:
-
TomSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- TomSelectInput
- ChannelPickerInput
- Defined in:
- app/inputs/channel_picker_input.rb
Overview
SimpleForm input: SalesGoal channel picker. Use as: :channel_picker.
Instance Method Summary collapse
Methods inherited from TomSelectInput
Instance Method Details
#collection ⇒ Object
4 5 6 |
# File 'app/inputs/channel_picker_input.rb', line 4 def collection SalesGoal.channels_for_select end |