Files
codeocean/app/models/anomaly_notification.rb
Sebastian Serth 9d1be1eeff Migrate AnomalyNotification to contributor
* Also, this commit aims to fix the (broken) anomaly notifications.
2023-08-24 19:32:06 +02:00

8 lines
168 B
Ruby

# frozen_string_literal: true
class AnomalyNotification < ApplicationRecord
include ContributorCreation
belongs_to :exercise
belongs_to :exercise_collection
end