We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75610b commit b8960e2Copy full SHA for b8960e2
app/models/exercise.rb
@@ -33,6 +33,7 @@ class Exercise < ApplicationRecord
33
has_many :programming_groups
34
has_many :pair_programming_waiting_users
35
has_many :request_for_comments
36
+ has_many :study_groups, through: :submissions
37
38
validate :valid_main_file?
39
validate :valid_submission_deadlines?
0 commit comments