aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-11-30 11:27:34 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-11-30 11:28:34 +0900
commit7e73145b39d9649ed9c2a6562135622adb1ea31b (patch)
tree505d9eb28eed1137cff25640ee1afbce772f6215 /activesupport
parent6f547a6813a026f0c88e63979b722dc5dcc0fddc (diff)
downloadrails-7e73145b39d9649ed9c2a6562135622adb1ea31b.tar.gz
rails-7e73145b39d9649ed9c2a6562135622adb1ea31b.tar.bz2
rails-7e73145b39d9649ed9c2a6562135622adb1ea31b.zip
Missing require 'active_support/notifications'
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/subscriber.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/subscriber.rb b/activesupport/lib/active_support/subscriber.rb
index c018d3e245..2bde575698 100644
--- a/activesupport/lib/active_support/subscriber.rb
+++ b/activesupport/lib/active_support/subscriber.rb
@@ -1,4 +1,5 @@
require "active_support/per_thread_registry"
+require "active_support/notifications"
module ActiveSupport
# ActiveSupport::Subscriber is an object set to consume