1fac9c74ab
b3411ff59e
1
2 3
4 5
6
require 'securerandom' module ActiveSupport # Use Ruby's SecureRandom library. SecureRandom = ::SecureRandom # :nodoc: end