aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2010-02-12 16:53:51 +0000
committerPratik Naik <pratiknaik@gmail.com>2010-02-12 22:31:03 +0000
commitdc3cc6c608b93209b23bbebd2ade04835abd6f6c (patch)
tree4eab79705115229d73d4c38c84e5499638bfd3f9 /activerecord/lib/active_record.rb
parent5188c11d2eb7053a2471222de52cad5786febfc3 (diff)
downloadrails-dc3cc6c608b93209b23bbebd2ade04835abd6f6c.tar.gz
rails-dc3cc6c608b93209b23bbebd2ade04835abd6f6c.tar.bz2
rails-dc3cc6c608b93209b23bbebd2ade04835abd6f6c.zip
Move batch finders to Relation
Diffstat (limited to 'activerecord/lib/active_record.rb')
-rw-r--r--activerecord/lib/active_record.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index 9535c576be..b79da4565d 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -55,10 +55,10 @@ module ActiveRecord
autoload :Calculations
autoload :PredicateBuilder
autoload :SpawnMethods
+ autoload :Batches
end
autoload :Base
- autoload :Batches
autoload :Callbacks
autoload :DynamicFinderMatch
autoload :DynamicScopeMatch