mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
adding a missing User association
This commit is contained in:
parent
b56f8a0176
commit
d12288de49
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue