Add structured errors to schema
This commit is contained in:
4
app/models/structured_error.rb
Normal file
4
app/models/structured_error.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class StructuredError < ActiveRecord::Base
|
||||
belongs_to :error_template
|
||||
belongs_to :file, class_name: 'CodeOcean::File'
|
||||
end
|
Reference in New Issue
Block a user