aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorGrant Hutchins <nertzy@gmail.com>2012-03-31 21:36:47 -0400
committerGrant Hutchins <nertzy@gmail.com>2012-03-31 21:37:24 -0400
commitee235b3d3a5993d95f9ae5abbfb745f73c4903ba (patch)
tree5e2e79d3e0ea3a53e26b6b953ee7fb114f749544 /activemodel/lib
parent0244c0d8f339385a9b420a0565b17d327bf25b13 (diff)
downloadrails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.tar.gz
rails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.tar.bz2
rails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.zip
Don't include deprecation in AM::Naming anymore
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/naming.rb1
1 files changed, 0 insertions, 1 deletions
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'