1
0
Fork 0
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:
Sourav Moitra 2016-03-27 18:38:26 +05:30
parent 900d490c0a
commit 975efb2c2d

View file

@ -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