From 211accced6ccd457f54650bc3b7cf184f8ca0bba Mon Sep 17 00:00:00 2001 From: Andrii Dovgaliuk Date: Wed, 24 Oct 2012 09:47:19 -0400 Subject: fix a typo in comments to ActiveRecord::Associations::Association.stale_state --- activerecord/lib/active_record/associations/association.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/associations/association.rb') diff --git a/activerecord/lib/active_record/associations/association.rb b/activerecord/lib/active_record/associations/association.rb index ba75c8be41..2a5f727728 100644 --- a/activerecord/lib/active_record/associations/association.rb +++ b/activerecord/lib/active_record/associations/association.rb @@ -223,7 +223,7 @@ module ActiveRecord end # This should be implemented to return the values of the relevant key(s) on the owner, - # so that when state_state is different from the value stored on the last find_target, + # so that when stale_state is different from the value stored on the last find_target, # the target is stale. # # This is only relevant to certain associations, which is why it returns nil by default. -- cgit v1.2.3