Module: CouchRest::Model::Validations

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/couchrest/model/validations.rb,
lib/couchrest/model/validations/uniqueness.rb,
lib/couchrest/model/validations/casted_model.rb

Overview

Validations may be applied to both Model::Base and Model::CastedModel

Defined Under Namespace

Modules: ClassMethods Classes: CastedModelValidator, UniquenessValidator