Skip to content

Commit

Permalink
fix a typo in comments to ActiveRecord::Associations::Association.sta…
Browse files Browse the repository at this point in the history
…le_state
  • Loading branch information
Andrii Dovgaliuk committed Oct 24, 2012
1 parent 1e593db commit 211accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/associations/association.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def invertible_for?(record)
end end


# This should be implemented to return the values of the relevant key(s) on the owner, # 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. # the target is stale.
# #
# This is only relevant to certain associations, which is why it returns nil by default. # This is only relevant to certain associations, which is why it returns nil by default.
Expand Down

0 comments on commit 211accc

Please sign in to comment.