add cas support with a few tests

This commit is contained in:
Erik Ordway
2013-05-23 13:40:50 -07:00
parent 0f296cd42b
commit 1575ce7b10
15 changed files with 145 additions and 2 deletions

View File

@ -27,6 +27,7 @@ class User < ActiveRecord::Base
has_one :twitter_user_info, dependent: :destroy
has_one :github_user_info, dependent: :destroy
has_one :cas_user_info, dependent: :destroy
belongs_to :approved_by, class_name: 'User'
has_many :group_users