mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
6f31d3f0e5
Added support for outsourcing auth to a different website, documentation on meta
4 lines
69 B
Ruby
4 lines
69 B
Ruby
class SingleSignOnRecord < ActiveRecord::Base
|
|
belongs_to :user
|
|
end
|