aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-25 22:16:10 +0100
committerXavier Noria <fxn@hashref.com>2013-02-25 22:16:30 +0100
commita44a5e4bbd0c1429a052444f4ce715d5360c1a0b (patch)
treee81e50074d8e4e8d1b6ea1f55b9e1f6d7a83baaf
parent46bb3026e635eb3bce9332e96e5c9d88d729e232 (diff)
downloadrails-a44a5e4bbd0c1429a052444f4ce715d5360c1a0b.tar.gz
rails-a44a5e4bbd0c1429a052444f4ce715d5360c1a0b.tar.bz2
rails-a44a5e4bbd0c1429a052444f4ce715d5360c1a0b.zip
removes redundant require
It turns out this file is required in active_record.rb.
-rw-r--r--activerecord/lib/active_record/dynamic_matchers.rb2
1 files changed, 0 insertions, 2 deletions
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