From 1170cceaaec8c0c8aef173913405be1456e4b2be Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Mon, 23 May 2011 19:45:49 +0100 Subject: Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.) --- activesupport/lib/active_support/secure_random.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 activesupport/lib/active_support/secure_random.rb (limited to 'activesupport/lib/active_support/secure_random.rb') diff --git a/activesupport/lib/active_support/secure_random.rb b/activesupport/lib/active_support/secure_random.rb deleted file mode 100644 index 52f8c72b77..0000000000 --- a/activesupport/lib/active_support/secure_random.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'securerandom' - -module ActiveSupport - # Use Ruby's SecureRandom library. - SecureRandom = ::SecureRandom # :nodoc: -end -- cgit v1.2.3