From 3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 25 Feb 2013 21:31:03 +0100 Subject: AR loads activerecord-deprecated_finders, no need to add it to the Gemfile --- activerecord/lib/active_record/dynamic_matchers.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/lib/active_record') 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 -- cgit v1.2.3