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