2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

adding a missing User association

This commit is contained in:
Dmitriy Budnik 2013-06-24 17:03:51 +03:00
parent b56f8a0176
commit d12288de49

View file

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