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 /activerecord | |
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 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/relation/finder_methods.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation/finder_methods.rb b/activerecord/lib/active_record/relation/finder_methods.rb index fb47d915ff..7bd091b66c 100644 --- a/activerecord/lib/active_record/relation/finder_methods.rb +++ b/activerecord/lib/active_record/relation/finder_methods.rb @@ -1,4 +1,3 @@ -require 'active_support/deprecation' require 'active_support/core_ext/string/filters' module ActiveRecord |