Abeid Ahmed

Joined

2,730 Experience
27 Lessons Completed
0 Questions Solved

Activity

Posted in Auto-detect User Time Zones in Rails Discussion

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.

You need to set extract_css to true in your webpacker.yml file.