diff options
| author | Xinhui | 2016-08-03 16:07:22 +0200 |
|---|---|---|
| committer | Xinhui | 2016-08-03 16:07:22 +0200 |
| commit | fa7154a9fe684f8b42bfc4afcacaa56bc1fe6d45 (patch) | |
| tree | db8dbbfe5e173efe864943f9c6a6ba295a8a919d /app/models/user.rb | |
| parent | 042fe3d039bdd91325bd8098cedcadc025713df6 (diff) | |
| download | chouette-core-fa7154a9fe684f8b42bfc4afcacaa56bc1fe6d45.tar.bz2 | |
Remove device :confirmable
Diffstat (limited to 'app/models/user.rb')
| -rw-r--r-- | app/models/user.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 9e67ba743..a8772ef7b 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -6,8 +6,7 @@ class User < ActiveRecord::Base cattr_reader :authentication_type devise :invitable, :registerable, :validatable, - :recoverable, :rememberable, :trackable, - :confirmable, :async, authentication_type + :recoverable, :rememberable, :trackable, :async, authentication_type # FIXME https://github.com/nbudin/devise_cas_authenticatable/issues/53 # Work around :validatable, when database_authenticatable is diabled. |
