class ViewModel::Changes

def changed?

def changed?
  new? || deleted? || changed_attributes.present? || changed_associations.present?
end