transferred Code Ocean from original repository to GitHub
This commit is contained in:
6
app/models/external_user.rb
Normal file
6
app/models/external_user.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class ExternalUser < ActiveRecord::Base
|
||||
include User
|
||||
|
||||
validates :consumer_id, presence: true
|
||||
validates :external_id, presence: true
|
||||
end
|
Reference in New Issue
Block a user