Skip to content

Commit

Permalink
add :lockable
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 15, 2019
1 parent 5adce74 commit e16ff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class User < ApplicationRecord
# Include default devise modules. Others available are:
# :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable and :omniauthable
devise :database_authenticatable, #:registerable,
:recoverable, :rememberable, :trackable, :validatable
:recoverable, :rememberable, :trackable, :validatable, :lockable

include EnjuSeed::EnjuUser
include EnjuMessage::EnjuUser
Expand Down

0 comments on commit e16ff3e

Please sign in to comment.