Module: StimulusPlumbers::Helpers::ActionListHelper
- Included in:
- StimulusPlumbers::Helpers
- Defined in:
- lib/stimulus_plumbers/helpers/action_list_helper.rb
Instance Method Summary collapse
- #sp_action_list ⇒ Object
- #sp_action_list_item(content = nil, **kwargs, &block) ⇒ Object
- #sp_action_list_section ⇒ Object
Instance Method Details
#sp_action_list ⇒ Object
6 7 8 |
# File 'lib/stimulus_plumbers/helpers/action_list_helper.rb', line 6 def sp_action_list(...) action_list_renderer.render(...) end |
#sp_action_list_item(content = nil, **kwargs, &block) ⇒ Object
14 15 16 |
# File 'lib/stimulus_plumbers/helpers/action_list_helper.rb', line 14 def sp_action_list_item(content = nil, **kwargs, &block) action_list_renderer.item(content, **kwargs, &block) end |
#sp_action_list_section ⇒ Object
10 11 12 |
# File 'lib/stimulus_plumbers/helpers/action_list_helper.rb', line 10 def sp_action_list_section(...) action_list_renderer.section(...) end |