lib/timber/integrations/action_dispatch/debug_exceptions.rb in timber-2.0.24 vs lib/timber/integrations/action_dispatch/debug_exceptions.rb in timber-2.1.0.rc1
- old
+ new
@@ -1,4 +1,6 @@
+require "timber/integrator"
+
module Timber
module Integrations
module ActionDispatch
# Reponsible for disabled logging in the ActionDispatch::DebugExceptions
# Rack middleware. We cannot simply remove the middleware because it is
\ No newline at end of file