Sha256: a24fa7b7e8346c0aa66a49d697b3ebc314d217519b1224e93ae682f2b516ee39
Contents?: true
Size: 317 Bytes
Versions: 73
Compression:
Stored size: 317 Bytes
Contents
module Confirmable extend ActiveSupport::Concern included do ## Confirmable field :confirmation_token, :index => { :unique => true } field :confirmed_at, :as => :datetime field :confirmation_sent_at, :as => :datetime field :unconfirmed_email devise :confirmable end end
Version data entries
73 entries across 73 versions & 1 rubygems