Module: Performify::Validation
- Included in:
- Base
- Defined in:
- lib/performify/validation.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
5 6 7 8 |
# File 'lib/performify/validation.rb', line 5 def self.extended(base) base.extend Performify::Validation::ClassMethods base.include Performify::Validation::InstanceMethods end |