diff options
author | Akira Matsuda <ronnie@dio.jp> | 2016-11-30 11:27:34 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2016-11-30 11:28:34 +0900 |
commit | 7e73145b39d9649ed9c2a6562135622adb1ea31b (patch) | |
tree | 505d9eb28eed1137cff25640ee1afbce772f6215 /activesupport/lib | |
parent | 6f547a6813a026f0c88e63979b722dc5dcc0fddc (diff) | |
download | rails-7e73145b39d9649ed9c2a6562135622adb1ea31b.tar.gz rails-7e73145b39d9649ed9c2a6562135622adb1ea31b.tar.bz2 rails-7e73145b39d9649ed9c2a6562135622adb1ea31b.zip |
Missing require 'active_support/notifications'
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/subscriber.rb | 1 |
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 |