# File lib/active_record/dirty.rb, line 53
    def changed?
      !changed_attributes.empty?
    end