Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uses database authenticatable
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 26, 2012
1 parent 04e30ec commit d7f906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Expand Up @@ -6,7 +6,7 @@ class User < ActiveRecord::Base

# Include default devise modules. Others available are:
# :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable and :omniauthable
devise :bushido_authenticatable, :token_authenticatable, :trackable
devise :database_authenticatable, :token_authenticatable, :trackable

# Setup accessible (or protected) attributes for your model
attr_accessible :id, :email, :password, :password_confirmation, :remember_me, :ido_id, :first_name, :last_name, :locale, :gravatar_hash
Expand Down

0 comments on commit d7f906c

Please sign in to comment.