GDPR and Rails 6
I am trying to add a GDPR consent javascript to my rails 6 app.
I have found the cookies-eu-banner (https://github.com/Alex-D/Cookies-EU-banner), which should be easy as pie to integrate, but I just can not get it to work.
I would absolutely love a short description of how to do it on Rails 6 and webpacker.
Thanks.
Hi Amanda.
I got it working following rossta's advice stackoverflow:
https://stackoverflow.com/questions/62789771/how-to-add-the-cookies-eu-banner-to-rails-6-site/64118286#64118286
I did have to restart the app several times before it worked.
Hope this helps you.