diff options
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. | 
