From 21d27f60694a52bf9de010adde065ceb69a50562 Mon Sep 17 00:00:00 2001 From: Esad Hajdarevic Date: Tue, 20 Sep 2011 23:02:02 +0200 Subject: Add a missing require for 'active_support/deprecation' in Module#deprecate --- activesupport/lib/active_support/core_ext/module/deprecation.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb index 5a5b4e3f80..9c169a2598 100644 --- a/activesupport/lib/active_support/core_ext/module/deprecation.rb +++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb @@ -1,3 +1,5 @@ +require 'active_support/deprecation' + class Module # Declare that a method has been deprecated. # deprecate :foo -- cgit v1.2.3