We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef871b7 commit 8d9ff07Copy full SHA for 8d9ff07
config/application.rb
@@ -17,6 +17,6 @@ class Application < Rails::Application
17
config.autoload_lib(ignore: %w[assets tasks])
18
19
require_relative "../app/middleware/pending_migration_catcher"
20
- config.middleware.insert_before ActionDispatch::ShowExceptions, PendingMigrationCatcher
+ config.middleware.insert_before 0, PendingMigrationCatcher
21
end
22
0 commit comments