Add ProgrammingGroup & ProgrammingGroupMembership
* User can create programming group with other users for exercise * Submission is shared in a group * Also adjust specs
This commit is contained in:

committed by
Sebastian Serth

parent
0234414bae
commit
319c3ab3b4
@ -96,6 +96,8 @@ Rails.application.routes.draw do
|
||||
post :export_external_check
|
||||
post :export_external_confirm
|
||||
end
|
||||
|
||||
resources :programming_groups, only: %i[new create]
|
||||
end
|
||||
|
||||
resources :exercise_collections do
|
||||
|
Reference in New Issue
Block a user