Abeid Ahmed

Joined

2,930 Experience
29 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.