Activity
I guess your time zone was leaking outside of your controller actions. A common way to solve this would be to use around_action instead of the before_action.
Follow this guide: https://itnext.io/using-uuids-to-your-rails-6-application-6438f4eeafdf
You need to set extract_css to true in your webpacker.yml file.