Sha256: 0cf3e3508dea7bbd5941ae5f4254ed97aa547dc03eb88855e107399ce2ab49a0
Contents?: true
Size: 334 Bytes
Versions: 8
Compression:
Stored size: 334 Bytes
Contents
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
8 entries across 8 versions & 4 rubygems