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 noticed that some recent changes to my load order in a consuming app resulted in this initializer running too soon, before `Time.zone` was defined by Rails. This change forces it to always run _after_ `'active_support.initialize_time_zone'`.
0 commit comments