From ee235b3d3a5993d95f9ae5abbfb745f73c4903ba Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Sat, 31 Mar 2012 21:36:47 -0400 Subject: Don't include deprecation in AM::Naming anymore --- activemodel/lib/active_model/naming.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activemodel/lib') diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb index adf000e53c..5665e10002 100644 --- a/activemodel/lib/active_model/naming.rb +++ b/activemodel/lib/active_model/naming.rb @@ -1,7 +1,6 @@ require 'active_support/inflector' require 'active_support/core_ext/hash/except' require 'active_support/core_ext/module/introspection' -require 'active_support/core_ext/module/deprecation' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/object/blank' -- cgit v1.2.3