Class: SelectComponent
- Inherits:
-
BaseComponent
- Object
- AbstractController::Base
- Puffer::Component::Base
- BaseComponent
- SelectComponent
- Defined in:
- app/components/select_component.rb
Instance Attribute Summary
Attributes inherited from Puffer::Component::Base
#field, #identifer, #opts, #parent_controller, #record, #records, #resource
Instance Method Summary collapse
Methods inherited from BaseComponent
Methods inherited from Puffer::Component::Base
#component_id, #event_options, #event_path, #event_url, #fallback_action, #initialize, #javascript_wrap, #method_for_action, #process, #render, #replace
Methods included from Puffer::Component::Base::ClassMethods
Constructor Details
This class inherits a constructor from Puffer::Component::Base
Instance Method Details
#filter ⇒ Object
8 9 10 11 |
# File 'app/components/select_component.rb', line 8 def filter @options = render end |
#form ⇒ Object
3 4 5 6 |
# File 'app/components/select_component.rb', line 3 def form @options = super end |