class ActiveFedora::Associations::Association

def stale_state

This is only relevant to certain associations, which is why it returns nil by default.

the target is stale.
so that when state_state is different from the value stored on the last find_target,
This should be implemented to return the values of the relevant key(s) on the owner,
def stale_state
end