Method: Coco::SystemBanner#alpine_data
- Defined in:
- app/components/coco/messaging/system_banner/system_banner.rb
#alpine_data ⇒ Object
62 63 64 65 66 67 68 |
# File 'app/components/coco/messaging/system_banner/system_banner.rb', line 62 def alpine_data dismissable? ? { cookie_name: , cookie_expiry: dismiss_for&.in_days&.to_i, cookie_value: "true" } : {} end |