You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using flash[:analytics] = 'custom_value' as a way to send google analytics events in view, however flash is discarded. perhaps we should discard only unobtrusive_flash_keys?
The text was updated successfully, but these errors were encountered:
https://github.com/leonid-shevtsov/unobtrusive_flash/blob/master/lib/unobtrusive_flash/controller_mixin.rb#L14
I'm using
flash[:analytics] = 'custom_value'
as a way to send google analytics events in view, however flash is discarded. perhaps we should discard onlyunobtrusive_flash_keys
?The text was updated successfully, but these errors were encountered: