1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix a typo in comments to ActiveRecord::Associations::Association.stale_state

This commit is contained in:
Andrii Dovgaliuk 2012-10-24 09:47:19 -04:00
parent 1e593db13a
commit 211accced6

View file

@ -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.