Sha256: 276195870049c9ec0120f788d2699a56a0d04307f475841618000cd7a187fda0
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
module ConfirmableFields extend ::ActiveSupport::Concern included do include Mongoid::Document ## Confirmable field :confirmation_token, type: String field :confirmed_at, type: Time field :confirmation_sent_at, type: Time field :unconfirmed_email, type: String # Only if using reconfirmable end end
Version data entries
7 entries across 7 versions & 1 rubygems