Class: Locomotive::EditableSelectInput
- Inherits:
-
SimpleForm::Inputs::CollectionSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- Locomotive::EditableSelectInput
- Includes:
- SimpleForm::HeaderLink
- Defined in:
- app/inputs/locomotive/editable_select_input.rb
Instance Method Summary collapse
Methods included from SimpleForm::HeaderLink
Instance Method Details
#errors_on_attribute ⇒ Object
10 11 12 |
# File 'app/inputs/locomotive/editable_select_input.rb', line 10 def errors_on_attribute ([:error_name] ? object.errors[[:error_name]] : nil) || super end |
#link(wrapper_options) ⇒ Object
6 7 8 |
# File 'app/inputs/locomotive/editable_select_input.rb', line 6 def link() _header_link(:manage_collection, :select_input) end |