module RethinkORM::Validators

Direct including types

Defined in:

rethinkdb-orm/validators/unique.cr

Macro Summary

Macro Detail

macro ensure_unique(field, scope = [] of Nil, create_index = true, callback = nil, &transform) #

In case of transformations on field, allow user defined transform


[View source]