lib/timber/integrations/action_controller/log_subscriber.rb in timber-2.0.24 vs lib/timber/integrations/action_controller/log_subscriber.rb in timber-2.1.0.rc1
- old
+ new
@@ -1,4 +1,6 @@
+require "timber/integrator"
+
module Timber
module Integrations
module ActionController
# Responsible for removing the default ActionController::LogSubscriber and installing
# the TimberLogSubscriber
\ No newline at end of file