Commit Graph

1 Commits

Author SHA1 Message Date
Bob Van Landuyt 3a39c818c5 Load the devise initializer before metrics
Metrics tries to initialize the `EventsFinder` to instrumnt it. The `EventsFinder` tries to load the `Event` model, which in turn loads the `User` model.

Loading the `User` model requires Devise to be initialized. So to avoid problems around this, we load devise before loading metrics.
2018-12-18 16:22:52 +01:00
Renamed from config/initializers/devise.rb (Browse further)