method
stale_state
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Associations::Association
stale_state()private
This should be implemented to return the values of the relevant key(s) on the owner, 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.