mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
5 lines
66 B
Ruby
5 lines
66 B
Ruby
|
class Oauth2UserInfo < ActiveRecord::Base
|
||
|
belongs_to :user
|
||
|
|
||
|
end
|