mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] relations inside <tt> tag
s removed objects added
This commit is contained in:
parent
900d490c0a
commit
975efb2c2d
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ module ActiveRecord
|
|||
#
|
||||
# == Customizing the query
|
||||
#
|
||||
# \Associations are built from <tt>Relation</tt>s, and you can use the Relation syntax
|
||||
# \Associations are built from <tt>Relation</tt> objects, and you can use the Relation syntax
|
||||
# to customize them. For example, to add a condition:
|
||||
#
|
||||
# class Blog < ActiveRecord::Base
|
||||
|
|
Loading…
Reference in a new issue