aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2013-03-30 08:12:53 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2013-03-30 08:12:53 -0400
commit805c4c1e134bd36573d7d349a180b17dd1d77b7c (patch)
tree60e73019eea49b2d2a89e7d71f7a48933e0aa4bf /activerecord/lib/active_record/reflection.rb
parente63086c135bf17a43e0807ecdef3e54b22048152 (diff)
downloadrails-805c4c1e134bd36573d7d349a180b17dd1d77b7c.tar.gz
rails-805c4c1e134bd36573d7d349a180b17dd1d77b7c.tar.bz2
rails-805c4c1e134bd36573d7d349a180b17dd1d77b7c.zip
minor copy editing
Diffstat (limited to 'activerecord/lib/active_record/reflection.rb')
-rw-r--r--activerecord/lib/active_record/reflection.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 0995750ecd..bbad106f8b 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -75,8 +75,13 @@ module ActiveRecord
end
end
- # Abstract base class for AggregateReflection and AssociationReflection. Objects of
+ # Base class for AggregateReflection and AssociationReflection. Objects of
# AggregateReflection and AssociationReflection are returned by the Reflection::ClassMethods.
+ #
+ # MacroReflection
+ # AggregateReflection
+ # AssociationReflection
+ # ThroughReflection
class MacroReflection
# Returns the name of the macro.
#