summaryrefslogtreecommitdiffstats
path: root/app/models/auth_source.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-11 11:43:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-11 11:43:27 +0000
commitbd47af098fefef968647f7634105b22eb115d4b2 (patch)
tree8ff70b22d6baf6925bfe81a6242d2a91b1411b9b /app/models/auth_source.rb
parent81185a8d93c049eb77d3c3638dc01ab4e3a65f07 (diff)
downloadredmine-bd47af098fefef968647f7634105b22eb115d4b2.tar.gz
redmine-bd47af098fefef968647f7634105b22eb115d4b2.zip
Merged LdapAuthSourceController into AuthSourceController.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9232 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/auth_source.rb')
-rw-r--r--app/models/auth_source.rb1
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