aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/key_generator.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-12-19 19:59:48 +0100
committerXavier Noria <fxn@hashref.com>2013-12-19 19:59:48 +0100
commitd0829f46db6721015ded0955bbdf55309fff266c (patch)
treef912351a84020dab3e78e8df32e11247a6f6509e /activesupport/lib/active_support/key_generator.rb
parent293a1a68992ba3e3e80f9f0f685e866ff79bf11a (diff)
downloadrails-d0829f46db6721015ded0955bbdf55309fff266c.tar.gz
rails-d0829f46db6721015ded0955bbdf55309fff266c.tar.bz2
rails-d0829f46db6721015ded0955bbdf55309fff266c.zip
Revert "revises the release notes about message verifiers [ci skip]"
This reverts commit 293a1a68992ba3e3e80f9f0f685e866ff79bf11a.
Diffstat (limited to 'activesupport/lib/active_support/key_generator.rb')
-rw-r--r--activesupport/lib/active_support/key_generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/key_generator.rb b/activesupport/lib/active_support/key_generator.rb
index 23967f9b92..598c46bce5 100644
--- a/activesupport/lib/active_support/key_generator.rb
+++ b/activesupport/lib/active_support/key_generator.rb
@@ -1,4 +1,4 @@
-Rails.application.message_verifier(:remember_me).generaterequire 'thread_safe'
+require 'thread_safe'
require 'openssl'
module ActiveSupport