Module: Plutonium::Helpers::TurboStreamActionsHelper
- Defined in:
- lib/plutonium/helpers/turbo_stream_actions_helper.rb
Instance Method Summary collapse
Instance Method Details
#turbo_stream_redirect(url) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/plutonium/helpers/turbo_stream_actions_helper.rb', line 4 def turbo_stream_redirect(url) if turbo_stream_redirect_same_page?(url) turbo_stream_action_tag :refresh else turbo_stream_action_tag :redirect, url: end end |