From 6dab0b28c7e19ddcca8aacaf56763e221c2cdebe Mon Sep 17 00:00:00 2001 From: Rob Looby Date: Fri, 8 May 2015 13:55:20 -0500 Subject: change GeneratedFeatureMethods to GeneratedAssociationMethods in docs the module name was changed in 8e814a0ac0768816974d2bfd68d33d931592751e --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/associations.rb') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index c5c2178ee2..7deb15b047 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -285,7 +285,7 @@ module ActiveRecord # end # # If your model class is Project, the module is - # named Project::GeneratedFeatureMethods. The GeneratedFeatureMethods module is + # named Project::GeneratedAssociationMethods. 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. # -- cgit v1.2.3