Refactor LTI parameters and add study group
* This change also requires that submissions in our test need to have a valid study group.
This commit is contained in:

committed by
Sebastian Serth

parent
e2baa2ee55
commit
e3603758ef
@ -8,6 +8,7 @@ class StudyGroup < ApplicationRecord
|
||||
has_many :remote_evaluation_mappings, dependent: :nullify
|
||||
has_many :subscriptions, dependent: :nullify
|
||||
has_many :authentication_tokens, dependent: :nullify
|
||||
has_many :lti_parameters, dependent: :delete_all
|
||||
belongs_to :consumer
|
||||
|
||||
def users
|
||||
|
Reference in New Issue
Block a user