method
target_previously_changed?
rails latest stable - Class:
ActiveRecord::Associations::BelongsToAssociation
target_previously_changed?()public
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 80
def target_previously_changed?
owner.attribute_previously_changed?(reflection.foreign_key)
end