aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-10-27 09:34:17 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-10-27 09:34:17 -0700
commitb30294b54ab019b0e53402c6927981f8c306e976 (patch)
tree6c39cdae49874ed473586d88a7707453d6e33514 /activesupport
parentc3fa20883e667ce2e7ce207ce8f08ba64f7dcf23 (diff)
downloadrails-b30294b54ab019b0e53402c6927981f8c306e976.tar.gz
rails-b30294b54ab019b0e53402c6927981f8c306e976.tar.bz2
rails-b30294b54ab019b0e53402c6927981f8c306e976.zip
Fix broken tests
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/notifications.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 8e705a4eaa..139c66b1e1 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -1,6 +1,7 @@
require 'thread'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/module/attribute_accessors'
+require 'active_support/secure_random'
module ActiveSupport
# Notifications provides an instrumentation API for Ruby. To instrument an