From cb46423c53e947904408b5b7152f8a466e4ad2d4 Mon Sep 17 00:00:00 2001 From: Marten Veldthuis Date: Tue, 31 Jan 2012 13:40:11 +0100 Subject: Fix use of Deprecation without requiring active_support/deprecation in ActiveSupport::Concern --- activesupport/lib/active_support/concern.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/concern.rb b/activesupport/lib/active_support/concern.rb index af3da937c7..97fa2db4a9 100644 --- a/activesupport/lib/active_support/concern.rb +++ b/activesupport/lib/active_support/concern.rb @@ -1,3 +1,5 @@ +require 'active_support/deprecation' + module ActiveSupport # A typical module looks like this: # -- cgit v1.2.3