mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Added Github authentication option, disabled by default with enable options in settings.
This commit is contained in:
3
app/models/github_user_info.rb
Normal file
3
app/models/github_user_info.rb
Normal file
@ -0,0 +1,3 @@
|
||||
class GithubUserInfo < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
end
|
Reference in New Issue
Block a user