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.
2 parents 2288c4f + dfd123a commit 66f2166Copy full SHA for 66f2166
lib/stackify/engine.rb
@@ -10,7 +10,7 @@ class Engine < ::Rails::Engine
10
end
11
12
initializer 'stackify.middleware', group: :all do |app|
13
- app.config.app_middleware.use 'Stackify::ErrorsCatcher' do |env|
+ app.config.app_middleware.use Stackify::ErrorsCatcher do |env|
14
Stackify::EnvDetails.instance.request_details = env
15
16
0 commit comments