method

target_previously_changed?

target_previously_changed?()
public

No documentation available.

# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 75
      def target_previously_changed?
        owner.attribute_previously_changed?(reflection.foreign_key)
      end