diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-02-27 15:07:00 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-02-27 15:07:00 -0300 |
commit | 4a049583a24a5803f75d2ad27d683f4b138f17e2 (patch) | |
tree | 0a53251185ea67207e7c4859be7cc3d9e951b428 /activemodel | |
parent | 75aa573c8b72febe9f1ba9c9b227b597a55a78a3 (diff) | |
parent | cdaab2c479c819b04cc72a97c52b804832365cef (diff) | |
download | rails-4a049583a24a5803f75d2ad27d683f4b138f17e2.tar.gz rails-4a049583a24a5803f75d2ad27d683f4b138f17e2.tar.bz2 rails-4a049583a24a5803f75d2ad27d683f4b138f17e2.zip |
Merge pull request #19113 from vipulnsward/remove-requires
Removed non-standard and unused require 'active_support/deprecation'
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 |