Skip to content

Commit

Permalink
Adds token_authenticatable back in as a standard devise module
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 11, 2012
1 parent ede5d03 commit 5233691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/kandan.rb
Expand Up @@ -6,7 +6,8 @@ module Kandan
def self.devise_modules

standard = [:database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable]
:recoverable, :rememberable, :trackable, :validatable,
:token_authenticatable]

bushido = [:bushido_authenticatable, :trackable,
:token_authenticatable]
Expand Down

0 comments on commit 5233691

Please sign in to comment.