Sha256: 72b1d8aa8346a88aafdb23881a5a404a8d0685eb9023e80e734a758d64e17d74
Contents?: true
Size: 365 Bytes
Versions: 12
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true module SharedUserWithoutOmniauth extend ActiveSupport::Concern included do devise :database_authenticatable, :confirmable, :lockable, :recoverable, :registerable, :rememberable, :timeoutable, :trackable, :validatable, reconfirmable: false end def raw_confirmation_token @raw_confirmation_token end end
Version data entries
12 entries across 12 versions & 2 rubygems