Redefine user roles with their role in a study group

This commit is contained in:
Sebastian Serth
2022-09-20 16:19:04 +02:00
committed by Sebastian Serth
parent 04ed45ea73
commit 9c9f45ff77
12 changed files with 90 additions and 44 deletions

View File

@@ -7,5 +7,9 @@ FactoryBot.define do
external_id { SecureRandom.uuid }
generated_user_name
singleton_external_user
member_of_study_group
transient do
teacher_in_study_group { false }
end
end
end