class ActiveRecord::Associations::BelongsToAssociation
def target_previously_changed?
def target_previously_changed? owner.attribute_previously_changed?(reflection.foreign_key) end
def target_previously_changed? owner.attribute_previously_changed?(reflection.foreign_key) end