diff options
author | Grant Hutchins <nertzy@gmail.com> | 2012-03-31 21:36:47 -0400 |
---|---|---|
committer | Grant Hutchins <nertzy@gmail.com> | 2012-03-31 21:37:24 -0400 |
commit | ee235b3d3a5993d95f9ae5abbfb745f73c4903ba (patch) | |
tree | 5e2e79d3e0ea3a53e26b6b953ee7fb114f749544 | |
parent | 0244c0d8f339385a9b420a0565b17d327bf25b13 (diff) | |
download | rails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.tar.gz rails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.tar.bz2 rails-ee235b3d3a5993d95f9ae5abbfb745f73c4903ba.zip |
Don't include deprecation in AM::Naming anymore
-rw-r--r-- | activemodel/lib/active_model/naming.rb | 1 |
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' |