diff options
author | Vipul A M <vipulnsward@gmail.com> | 2015-02-27 23:20:09 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2015-02-27 23:20:09 +0530 |
commit | cdaab2c479c819b04cc72a97c52b804832365cef (patch) | |
tree | 0c23af6b7d29066a144d5501794d5b02cdf38482 /activemodel | |
parent | 6889be526c2c338391d62ff3913af719fff7418d (diff) | |
download | rails-cdaab2c479c819b04cc72a97c52b804832365cef.tar.gz rails-cdaab2c479c819b04cc72a97c52b804832365cef.tar.bz2 rails-cdaab2c479c819b04cc72a97c52b804832365cef.zip |
Removed non-standard and unused require 'active_support/deprecation' from parts out of active_support.
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/errors.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb index 8334747615..8326853879 100644 --- a/activemodel/lib/active_model/errors.rb +++ b/activemodel/lib/active_model/errors.rb @@ -3,7 +3,6 @@ require 'active_support/core_ext/array/conversions' require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/object/deep_dup' -require 'active_support/deprecation' module ActiveModel # == Active \Model \Errors |