Sha256: c8c3f9c641581a6f7e3200707570fd96fdc11b40e5516d20e5c7ddb7dc4c4435
Contents?: true
Size: 384 Bytes
Versions: 7
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true require 'shared_user' module SharedSecurityQuestionsFields extend ActiveSupport::Concern included do include SharedUser devise :lockable, :security_questionable field :locked_at, type: Time field :unlock_token, type: String field :security_question_id, type: Integer field :security_question_answer, type: String end end
Version data entries
7 entries across 7 versions & 1 rubygems