aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2013-03-29 15:02:13 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2013-03-29 15:02:13 -0400
commit6807114bb5aa4abf61a5033955d43b7488a71606 (patch)
treeafd63f95479ebe92cae5b936f0cad559a533c8ad
parent1003f5bd6d36bc0bdc9723eb8245d6f7aeb818aa (diff)
downloadrails-6807114bb5aa4abf61a5033955d43b7488a71606.tar.gz
rails-6807114bb5aa4abf61a5033955d43b7488a71606.tar.bz2
rails-6807114bb5aa4abf61a5033955d43b7488a71606.zip
fix broken sentence [ci skip]
-rw-r--r--activerecord/lib/active_record/associations/association.rb2
1 files changed, 1 insertions, 1 deletions
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