Class: SmartCore::Validator::ErrorsController::ManyErrorsPerAttribute
- Defined in:
- lib/smart_core/validator/errors_controller/many_errors_per_attribute.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #process_rule!, #process_smart_schema_result!, #validation_fails?
Constructor Details
This class inherits a constructor from SmartCore::Validator::ErrorsController::Base
Instance Method Details
#error_will_be_skipped?(_attr_path) ⇒ Boolean
5 6 7 |
# File 'lib/smart_core/validator/errors_controller/many_errors_per_attribute.rb', line 5 def error_will_be_skipped?(_attr_path) false end |