aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/key_generator.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-12-19 19:57:23 +0100
committerXavier Noria <fxn@hashref.com>2013-12-19 19:58:40 +0100
commit293a1a68992ba3e3e80f9f0f685e866ff79bf11a (patch)
tree1d494143636319ae0e63a65cc0399cd4cb32506d /activesupport/lib/active_support/key_generator.rb
parent33566770ee9179f23a36651e584f78e44c731798 (diff)
downloadrails-293a1a68992ba3e3e80f9f0f685e866ff79bf11a.tar.gz
rails-293a1a68992ba3e3e80f9f0f685e866ff79bf11a.tar.bz2
rails-293a1a68992ba3e3e80f9f0f685e866ff79bf11a.zip
revises the release notes about message verifiers [ci skip]
Example code does not run yet with beta1.
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 598c46bce5..23967f9b92 100644
--- a/activesupport/lib/active_support/key_generator.rb
+++ b/activesupport/lib/active_support/key_generator.rb
@@ -1,4 +1,4 @@
-require 'thread_safe'
+Rails.application.message_verifier(:remember_me).generaterequire 'thread_safe'
require 'openssl'
module ActiveSupport