Allow programming groups to score exercises remotely
This commit is contained in:

committed by
Sebastian Serth

parent
fe26378387
commit
3b05a44b9e
@ -5,6 +5,7 @@ class RemoteEvaluationMapping < ApplicationRecord
|
||||
include Creation
|
||||
before_create :generate_token, unless: :validation_token?
|
||||
belongs_to :exercise
|
||||
belongs_to :programming_group, optional: true
|
||||
belongs_to :study_group, optional: true
|
||||
|
||||
def generate_token
|
||||
|
Reference in New Issue
Block a user