Module: Spree::TurboStreamActionsHelper
- Defined in:
- app/helpers/spree/turbo_stream_actions_helper.rb
Instance Method Summary collapse
Instance Method Details
#search_suggestions_close ⇒ Object
7 8 9 |
# File 'app/helpers/spree/turbo_stream_actions_helper.rb', line 7 def search_suggestions_close turbo_stream_action_tag 'search-suggestions:close' end |
#slideover_open(slideover_name, target) ⇒ Object
3 4 5 |
# File 'app/helpers/spree/turbo_stream_actions_helper.rb', line 3 def (, target) turbo_stream_action_tag "#{}:open", target: target end |