From 077372b20d1024eace791af27792b71c0b7ccdb9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 2 Aug 2012 21:34:44 +0200 Subject: load active_support/deprecation in active_support/rails --- activesupport/lib/active_support/rails.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index ff7000d812..933c6e6136 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -25,3 +25,6 @@ require 'active_support/core_ext/class/attribute' # Defines Module#delegate. require 'active_support/core_ext/module/delegation' + +# Defines ActiveSupport::Deprecation. +require 'active_support/deprecation' -- cgit v1.2.3