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
@ -20,3 +20,8 @@ Rails/UnknownEnv:
|
||||
|
||||
Rails/I18nLazyLookup:
|
||||
Enabled: false
|
||||
|
||||
Rails/DynamicFindBy:
|
||||
Whitelist:
|
||||
- find_by_sql # Default value for this cop
|
||||
- find_by_id_with_type # custom method defined in the `User` model
|
||||
|
Reference in New Issue
Block a user