aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-02-03 14:52:01 +0100
committerYves Senn <yves.senn@gmail.com>2014-02-03 14:52:01 +0100
commit06dde5fbf5a6a2446564d948578f8a138b5aebac (patch)
tree1379e9cba8139f23119c379c7e6686dbb2bf0669 /activerecord/lib
parent584a46479b3cbcac37b948a7fe38fa3acc71c35b (diff)
downloadrails-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.rb2
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