Sha256: 9133cdb57459454fb68ac6e7affe9a23f601fa010e5dc4fe29d74b80e848ca86
Contents?: true
Size: 226 Bytes
Versions: 7
Compression:
Stored size: 226 Bytes
Contents
module RecoverableFields extend ::ActiveSupport::Concern included do include Mongoid::Document ## Recoverable field :reset_password_token, type: String field :reset_password_sent_at, type: Time end end
Version data entries
7 entries across 7 versions & 1 rubygems