mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #19363 from keepcosmos/reflection-doc-fix
[ci skip] reflection doc fix about hierarchy
This commit is contained in:
commit
3aa96b3b58
1 changed files with 1 additions and 1 deletions
|
@ -166,8 +166,8 @@ module ActiveRecord
|
||||||
# AggregateReflection and AssociationReflection are returned by the Reflection::ClassMethods.
|
# AggregateReflection and AssociationReflection are returned by the Reflection::ClassMethods.
|
||||||
#
|
#
|
||||||
# MacroReflection
|
# MacroReflection
|
||||||
|
# AggregateReflection
|
||||||
# AssociationReflection
|
# AssociationReflection
|
||||||
# AggregateReflection
|
|
||||||
# HasManyReflection
|
# HasManyReflection
|
||||||
# HasOneReflection
|
# HasOneReflection
|
||||||
# BelongsToReflection
|
# BelongsToReflection
|
||||||
|
|
Loading…
Reference in a new issue