4 lines
122 B
Text
4 lines
122 B
Text
- if @to_shows.present?
|
|
= turbo_stream.show_all(@to_shows)
|
|
- if @to_hides.present?
|
|
= turbo_stream.hide_all(@to_hides)
|