Enable interventions for ProgrammingGroups and add indices

This commit is contained in:
Sebastian Serth
2023-12-08 21:33:06 +01:00
parent 605ce66d62
commit 1bb61f73fe
6 changed files with 52 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class UserExerciseIntervention < ApplicationRecord
include Creation
include ContributorCreation
belongs_to :intervention
belongs_to :exercise
end