From c4885e7956612b40f7b7bdf9f3247fbc9b25ace0 Mon Sep 17 00:00:00 2001 From: Rashmi Yadav Date: Fri, 5 Jul 2013 17:11:19 +0200 Subject: Adding back deprecation require in all.rb --- activesupport/lib/active_support/all.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/all.rb b/activesupport/lib/active_support/all.rb index f537818300..151008bbaa 100644 --- a/activesupport/lib/active_support/all.rb +++ b/activesupport/lib/active_support/all.rb @@ -1,3 +1,4 @@ require 'active_support' +require 'active_support/deprecation' require 'active_support/time' require 'active_support/core_ext' -- cgit v1.2.3