Files
codeocean/app/models/structured_error.rb
2017-07-03 10:09:48 +02:00

5 lines
126 B
Ruby

class StructuredError < ActiveRecord::Base
belongs_to :error_template
belongs_to :file, class_name: 'CodeOcean::File'
end