aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:51:39 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit64bc8447c2ccfba74939a556358f845980621a91 (patch)
tree40d230e3c5792b681bf9f5e6f163652d7b4e8cda /activerecord/lib/active_record/scoping.rb
parent47396a9db8e632a5a570dc776e01368c5913097a (diff)
downloadrails-64bc8447c2ccfba74939a556358f845980621a91.tar.gz
rails-64bc8447c2ccfba74939a556358f845980621a91.tar.bz2
rails-64bc8447c2ccfba74939a556358f845980621a91.zip
load active_support/concern in active_support/rails
Diffstat (limited to 'activerecord/lib/active_record/scoping.rb')
-rw-r--r--activerecord/lib/active_record/scoping.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/scoping.rb b/activerecord/lib/active_record/scoping.rb
index 66a486ae0a..0c3fd1bd29 100644
--- a/activerecord/lib/active_record/scoping.rb
+++ b/activerecord/lib/active_record/scoping.rb
@@ -1,4 +1,3 @@
-require 'active_support/concern'
module ActiveRecord
module Scoping