aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/secure_random.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/secure_random.rb')
-rw-r--r--activesupport/lib/active_support/secure_random.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/secure_random.rb b/activesupport/lib/active_support/secure_random.rb
index e2fbd0fd81..488a7e14a7 100644
--- a/activesupport/lib/active_support/secure_random.rb
+++ b/activesupport/lib/active_support/secure_random.rb
@@ -1,5 +1,3 @@
-require 'action_controller/metal/exceptions'
-
begin
require 'securerandom'
rescue LoadError