aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-05-23 19:45:49 +0100
committerJon Leighton <j@jonathanleighton.com>2011-05-23 20:25:44 +0100
commit1170cceaaec8c0c8aef173913405be1456e4b2be (patch)
tree226e6eb1294b6490a9842d604330a948951e2135 /activesupport/lib/active_support.rb
parentd411c85a65baaf4ed268b1b1bb4df408cee4981a (diff)
downloadrails-1170cceaaec8c0c8aef173913405be1456e4b2be.tar.gz
rails-1170cceaaec8c0c8aef173913405be1456e4b2be.tar.bz2
rails-1170cceaaec8c0c8aef173913405be1456e4b2be.zip
Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.)
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 63830d721a..cc9ea5cffa 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -70,7 +70,6 @@ module ActiveSupport
autoload :OrderedHash
autoload :OrderedOptions
autoload :Rescuable
- autoload :SecureRandom
autoload :StringInquirer
autoload :XmlMini
end