instance method
kind
Ruby on Rails 3.0.20
Since v3.0.20Signature
kind()
Return the kind for this validator.
Source
# File activemodel/lib/active_model/validator.rb, line 118
def kind
self.class.kind
end
Defined in activemodel/lib/active_model/validator.rb line 118
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Validator