From 7e006057e082c4eab7424618b24f330e47be8744 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Fri, 9 Jan 2015 18:24:54 -0500 Subject: Add missing require --- activesupport/lib/active_support/core_ext/securerandom.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/securerandom.rb b/activesupport/lib/active_support/core_ext/securerandom.rb index 394cc76b98..6cdbea1f37 100644 --- a/activesupport/lib/active_support/core_ext/securerandom.rb +++ b/activesupport/lib/active_support/core_ext/securerandom.rb @@ -1,3 +1,5 @@ +require 'securerandom' + module SecureRandom BASE58_ALPHABET = ('0'..'9').to_a + ('A'..'Z').to_a + ('a'..'z').to_a - ['0', 'O', 'I', 'l'] # SecureRandom.base58 generates a random base58 string. -- cgit v1.2.3