mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 13:33:16 +08:00
5 lines
66 B
Ruby
5 lines
66 B
Ruby
![]() |
class Oauth2UserInfo < ActiveRecord::Base
|
||
|
belongs_to :user
|
||
|
|
||
|
end
|