class ActiveModel::Validations::AcceptanceValidator::LazilyDefineAttributes

def ==(other)

def ==(other)
  self.class == other.class && attributes == other.attributes
end