1
0
Fork 0
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:
Abdelkader Boudih 2015-03-17 01:08:02 +00:00
commit 3aa96b3b58

View file

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