From ca86c9e8f969ced726e1ebb83c30737e810e1dc3 Mon Sep 17 00:00:00 2001 From: keepcosmos Date: Tue, 17 Mar 2015 10:03:32 +0900 Subject: reflection doc fix about hierarchy --- activerecord/lib/active_record/reflection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index 9046fe3e30..e4704b5b3e 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -166,8 +166,8 @@ module ActiveRecord # AggregateReflection and AssociationReflection are returned by the Reflection::ClassMethods. # # MacroReflection + # AggregateReflection # AssociationReflection - # AggregateReflection # HasManyReflection # HasOneReflection # BelongsToReflection -- cgit v1.2.3