class ActiveModel::Validator

def kind

Return the kind for this validator.
def kind
  self.class.kind
end