Files
codeocean/app/models/anomaly_notification.rb
2018-02-26 15:26:48 +01:00

6 lines
146 B
Ruby

class AnomalyNotification < ActiveRecord::Base
belongs_to :user, polymorphic: true
belongs_to :exercise
belongs_to :exercise_collection
end