aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorXinhui2016-08-03 16:07:22 +0200
committerXinhui2016-08-03 16:07:22 +0200
commitfa7154a9fe684f8b42bfc4afcacaa56bc1fe6d45 (patch)
treedb8dbbfe5e173efe864943f9c6a6ba295a8a919d /app/models/user.rb
parent042fe3d039bdd91325bd8098cedcadc025713df6 (diff)
downloadchouette-core-fa7154a9fe684f8b42bfc4afcacaa56bc1fe6d45.tar.bz2
Remove device :confirmable
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb3
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.