From 65ca0db3f608febec8161eac4d8d10350f3853ee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Sep 2006 20:29:43 +0000 Subject: Modules can deprecate stuff too git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4936 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/deprecation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb index 696227ca94..8cfb37a9bc 100644 --- a/activesupport/lib/active_support/deprecation.rb +++ b/activesupport/lib/active_support/deprecation.rb @@ -114,7 +114,7 @@ module ActiveSupport end end -class Class +class Module include ActiveSupport::Deprecation::ClassMethods end -- cgit v1.2.3