Method: Coco::Modal#render_flash_messages
- Defined in:
- app/components/coco/modals/modal/modal.rb
#render_flash_messages ⇒ Object
58 59 60 61 62 |
# File 'app/components/coco/modals/modal/modal.rb', line 58 def if helpers.respond_to?(:render_turbo_stream_flash_messages) helpers. end end |