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
Ensure that our load hooks really for real run after Rails
While changing the code to be in an `on_load` hook fixed some of the issues
with load hook order, it didn't catch all of them. Rails runs its hooks in
initializers, meaning they'll be defined after our own hooks which are not in
an initializer.
Fixes#24
0 commit comments