Docfix (closes #8674)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7101 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-06-23 17:34:41 +00:00
parent 5715a9900c
commit b0391d133a

View File

@@ -1335,8 +1335,8 @@ module ActiveRecord #:nodoc:
# end
# end
#
# In nested scopings, all previous parameters are overwritten by inner rule
# except :conditions in :find, that are merged as hash.
# In nested scopings, all previous parameters are overwritten by the innermost rule, with the exception of
# :conditions and :include options in :find, which are merged.
#
# class Article < ActiveRecord::Base
# def self.find_with_scope