Module: ActiveRecord

Defined in:
lib/active_record/mixin/token_generator.rb

Overview

This mixin provides methods on ActiveRecord::Base to generate a token for a given column. The token for the column can have a specific length, can be uniq and the uniqueness can be scoped on a given column.

Defined Under Namespace

Modules: Mixin