Module: Hanami::Action::Validatable Private
- Defined in:
- lib/hanami/action/validatable.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Support for validating params when calling actions.
Included only when dry-validation is bundled.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/hanami/action/validatable.rb', line 14 def self.included(base) base.extend ClassMethods end |