aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-19 17:04:07 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-19 17:04:07 -0300
commitceba010ea254e987eb266e31c55f45fe51b80713 (patch)
tree2afc978d2485fc215e9c7baa1093f4d01e5fb6cf /activesupport/lib/active_support/notifications
parent9edeb32a1d2acdb9ef8973fc43af5ac20134b912 (diff)
downloadrails-ceba010ea254e987eb266e31c55f45fe51b80713.tar.gz
rails-ceba010ea254e987eb266e31c55f45fe51b80713.tar.bz2
rails-ceba010ea254e987eb266e31c55f45fe51b80713.zip
Add missing require
Diffstat (limited to 'activesupport/lib/active_support/notifications')
-rw-r--r--activesupport/lib/active_support/notifications/instrumenter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb
index 7dfea4bb4b..78d0397f1f 100644
--- a/activesupport/lib/active_support/notifications/instrumenter.rb
+++ b/activesupport/lib/active_support/notifications/instrumenter.rb
@@ -1,3 +1,5 @@
+require 'securerandom'
+
module ActiveSupport
module Notifications
# Instrumentors are stored in a thread local.