From 2403b4a03f23a20f9022e66a150ea9784e6d7dce Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen <kaspth@gmail.com> Date: Sat, 31 Dec 2016 17:23:16 +0100 Subject: [ci skip] Remove mention of GeneratedAssociationMethods Marked as private in 2afe5a1 and doesn't seem worth it to mention the module name here. --- activerecord/lib/active_record/associations.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index d97d4c7ed0..fb6b41415e 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -382,10 +382,9 @@ module ActiveRecord # end # end # - # If your model class is <tt>Project</tt>, then the module is - # named <tt>Project::GeneratedAssociationMethods</tt>. The +GeneratedAssociationMethods+ module is - # included in the model class immediately after the (anonymous) generated attributes methods - # module, meaning an association will override the methods for an attribute with the same name. + # The association methods module is included immediately after the + # generated attributes methods module, meaning an association will + # override the methods for an attribute with the same name. # # == Cardinality and associations # -- cgit v1.2.3