From a44a5e4bbd0c1429a052444f4ce715d5360c1a0b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 25 Feb 2013 22:16:10 +0100 Subject: removes redundant require It turns out this file is required in active_record.rb. --- activerecord/lib/active_record/dynamic_matchers.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/lib/active_record/dynamic_matchers.rb') diff --git a/activerecord/lib/active_record/dynamic_matchers.rb b/activerecord/lib/active_record/dynamic_matchers.rb index 12b3700695..3bac31c6aa 100644 --- a/activerecord/lib/active_record/dynamic_matchers.rb +++ b/activerecord/lib/active_record/dynamic_matchers.rb @@ -1,5 +1,3 @@ -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