From 06dde5fbf5a6a2446564d948578f8a138b5aebac Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 3 Feb 2014 14:52:01 +0100 Subject: some wording format changes. [ci skip] --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 attachable_type= 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 -- cgit v1.2.3