Skip to content

Commit 5233691

Browse files
committed
Adds token_authenticatable back in as a standard devise module
1 parent ede5d03 commit 5233691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/initializers/kandan.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module Kandan
66
def self.devise_modules
77

88
standard = [:database_authenticatable, :registerable,
9-
:recoverable, :rememberable, :trackable, :validatable]
9+
:recoverable, :rememberable, :trackable, :validatable,
10+
:token_authenticatable]
1011

1112
bushido = [:bushido_authenticatable, :trackable,
1213
:token_authenticatable]

0 commit comments

Comments
 (0)