aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/dynamic_matchers.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-25 21:31:03 +0100
committerXavier Noria <fxn@hashref.com>2013-02-25 21:31:03 +0100
commit3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd (patch)
treed03b77ae92e9ab0228b4e8dda813044372242b9f /activerecord/lib/active_record/dynamic_matchers.rb
parente75ce25f3931360f3900a26938f0ad8996671f58 (diff)
downloadrails-3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd.tar.gz
rails-3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd.tar.bz2
rails-3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd.zip
AR loads activerecord-deprecated_finders, no need to add it to the Gemfile
Diffstat (limited to 'activerecord/lib/active_record/dynamic_matchers.rb')
-rw-r--r--activerecord/lib/active_record/dynamic_matchers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/dynamic_matchers.rb b/activerecord/lib/active_record/dynamic_matchers.rb
index 3bac31c6aa..12b3700695 100644
--- a/activerecord/lib/active_record/dynamic_matchers.rb
+++ b/activerecord/lib/active_record/dynamic_matchers.rb
@@ -1,3 +1,5 @@
+require 'active_record/deprecated_finders'
+
module ActiveRecord
module DynamicMatchers #:nodoc:
# This code in this file seems to have a lot of indirection, but the indirection