module Hanami::Action::Validatable
Support for validating params when calling actions.
Included only when hanami-validations (and its dependencies) are bundled.
@api private @since 0.1.0
Constants
- PARAMS_CLASS_NAME
Defines the class name for anonymous params
@api private @since 0.3.0
Public Class Methods
included(base)
click to toggle source
@api private @since 0.1.0
# File lib/hanami/action/validatable.rb, line 20 def self.included(base) base.extend ClassMethods end