make cas work

This commit is contained in:
Erik Ordway 2009-11-20 19:06:07 -08:00 committed by Eric Allen
parent 0eec884428
commit f3966cfb2b
5 changed files with 56 additions and 1 deletions

View file

@ -11,5 +11,9 @@ module Tracks
def self.openid_enabled?
auth_schemes.include?('open_id')
end
def self.cas_enabled?
auth_schemes.include?('cas')
end
end
end