Module: Brut::BackEnd::Validators

Defined in:
lib/brut/back_end/validator.rb

Overview

Namespace for back-end validation support. Note that in Brut, validators are not a mechanism for ensuring data integrity. Validators are for helping a website visitor or app user to understand data entry mistakes. To ensure data integrity, use your databases constraints and other features.

Defined Under Namespace

Classes: FormValidator