Add StudyGroup to RemoteEvaluationMapping
This commit is contained in:
@ -5,6 +5,7 @@ class StudyGroup < ApplicationRecord
|
||||
has_many :external_users, through: :study_group_memberships, source_type: 'ExternalUser', source: :user
|
||||
has_many :internal_users, through: :study_group_memberships, source_type: 'InternalUser', source: :user
|
||||
has_many :submissions, dependent: :nullify
|
||||
has_many :remote_evaluation_mappings, dependent: :nullify
|
||||
belongs_to :consumer
|
||||
|
||||
def users
|
||||
|
Reference in New Issue
Block a user