diff options
Diffstat (limited to 'app/models/auth_source.rb')
-rw-r--r-- | app/models/auth_source.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/auth_source.rb b/app/models/auth_source.rb index 933be904a..63799f5cf 100644 --- a/app/models/auth_source.rb +++ b/app/models/auth_source.rb @@ -20,6 +20,7 @@ class AuthSourceException < Exception; end class AuthSource < ActiveRecord::Base + include Redmine::SubclassFactory include Redmine::Ciphering has_many :users |