diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2013-03-29 15:02:13 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2013-03-29 15:02:13 -0400 |
commit | 6807114bb5aa4abf61a5033955d43b7488a71606 (patch) | |
tree | afd63f95479ebe92cae5b936f0cad559a533c8ad /activerecord | |
parent | 1003f5bd6d36bc0bdc9723eb8245d6f7aeb818aa (diff) | |
download | rails-6807114bb5aa4abf61a5033955d43b7488a71606.tar.gz rails-6807114bb5aa4abf61a5033955d43b7488a71606.tar.bz2 rails-6807114bb5aa4abf61a5033955d43b7488a71606.zip |
fix broken sentence [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/associations/association.rb | 2 |
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 |