# File lib/active_model/dirty.rb, line 100
    def changed?
      changed_attributes.any?
    end