Class: Pedicel::Validator::BaseSchema
- Inherits:
-
Dry::Validation::Schema::JSON
- Object
- Dry::Validation::Schema::JSON
- Pedicel::Validator::BaseSchema
- Defined in:
- lib/pedicel/validator.rb
Class Method Summary collapse
Class Method Details
.messages ⇒ Object
64 65 66 |
# File 'lib/pedicel/validator.rb', line 64 def self. super.merge(en: { errors: Predicates::CUSTOM_PREDICATE_ERRORS }) end |