Sha256: 5435190f58041fafc00010155b05c8dd29a31cfbd533f85e1016f80136a13a0f
Contents?: true
Size: 321 Bytes
Versions: 7
Compression:
Stored size: 321 Bytes
Contents
module SecurityQuestionableFields extend ::ActiveSupport::Concern included do include Mongoid::Document ## 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