mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
4 lines
69 B
Ruby
4 lines
69 B
Ruby
|
class SingleSignOnRecord < ActiveRecord::Base
|
||
|
belongs_to :user
|
||
|
end
|