aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping/named.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 21:34:44 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit077372b20d1024eace791af27792b71c0b7ccdb9 (patch)
treea7266126556e40aee03257b54086a206c5279b21 /activerecord/lib/active_record/scoping/named.rb
parent4aee8dd486828943fb414504500efdbcfb49f884 (diff)
downloadrails-077372b20d1024eace791af27792b71c0b7ccdb9.tar.gz
rails-077372b20d1024eace791af27792b71c0b7ccdb9.tar.bz2
rails-077372b20d1024eace791af27792b71c0b7ccdb9.zip
load active_support/deprecation in active_support/rails
Diffstat (limited to 'activerecord/lib/active_record/scoping/named.rb')
-rw-r--r--activerecord/lib/active_record/scoping/named.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/scoping/named.rb b/activerecord/lib/active_record/scoping/named.rb
index eb473da306..75f31229b5 100644
--- a/activerecord/lib/active_record/scoping/named.rb
+++ b/activerecord/lib/active_record/scoping/named.rb
@@ -1,7 +1,6 @@
require 'active_support/core_ext/array'
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/kernel/singleton_class'
-require 'active_support/deprecation'
module ActiveRecord
# = Active Record Named \Scopes