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

5 lines
126 B
Ruby

class StructuredErrorAttribute < ActiveRecord::Base
belongs_to :structured_error
belongs_to :error_template_attribute
end