From 293a1a68992ba3e3e80f9f0f685e866ff79bf11a Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 19 Dec 2013 19:57:23 +0100 Subject: revises the release notes about message verifiers [ci skip] Example code does not run yet with beta1. --- activesupport/lib/active_support/key_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/key_generator.rb') 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 -- cgit v1.2.3