From 6807114bb5aa4abf61a5033955d43b7488a71606 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Fri, 29 Mar 2013 15:02:13 -0400 Subject: fix broken sentence [ci skip] --- activerecord/lib/active_record/associations/association.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/association.rb b/activerecord/lib/active_record/associations/association.rb index 4c4b0f08e5..8ef9f65694 100644 --- a/activerecord/lib/active_record/associations/association.rb +++ b/activerecord/lib/active_record/associations/association.rb @@ -113,7 +113,7 @@ module ActiveRecord end end - # This class of the target. belongs_to polymorphic overrides this to look at the + # Returns the class of the target. belongs_to polymorphic overrides this to look at the # polymorphic_type field on the owner. def klass reflection.klass -- cgit v1.2.3