From d0829f46db6721015ded0955bbdf55309fff266c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 19 Dec 2013 19:59:48 +0100 Subject: Revert "revises the release notes about message verifiers [ci skip]" This reverts commit 293a1a68992ba3e3e80f9f0f685e866ff79bf11a. --- 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 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 -- cgit v1.2.3