diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-02-03 14:52:01 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-02-03 14:52:01 +0100 |
commit | 06dde5fbf5a6a2446564d948578f8a138b5aebac (patch) | |
tree | 1379e9cba8139f23119c379c7e6686dbb2bf0669 /activerecord/lib | |
parent | 584a46479b3cbcac37b948a7fe38fa3acc71c35b (diff) | |
download | rails-06dde5fbf5a6a2446564d948578f8a138b5aebac.tar.gz rails-06dde5fbf5a6a2446564d948578f8a138b5aebac.tar.bz2 rails-06dde5fbf5a6a2446564d948578f8a138b5aebac.zip |
some wording format changes. [ci skip]
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/associations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 86f5e6647b..b5e21cbede 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -670,7 +670,7 @@ module ActiveRecord # column in the posts table. # # Note: The <tt>attachable_type=</tt> method is being called when assigning an +attachable+. - # The +class_name+ of the +attachable+ is being passed as a String. + # The +class_name+ of the +attachable+ is passed as a String. # # class Asset < ActiveRecord::Base # belongs_to :attachable, polymorphic: true |