Merge pull request #1086 from budnik/facebook_user_info_assoc_was_missing

adding a missing User association
This commit is contained in:
Robin Ward 2013-06-24 07:15:20 -07:00
commit 0c4de24dd5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class User < ActiveRecord::Base
has_many :invites
has_many :topic_links
has_one :facebook_user_info, dependent: :destroy
has_one :twitter_user_info, dependent: :destroy
has_one :github_user_info, dependent: :destroy
has_one :cas_user_info, dependent: :destroy