mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
Docfix (closes #8674)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7101 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user