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