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

4 lines
83 B
Ruby

class ErrorTemplateAttribute < ActiveRecord::Base
belongs_to :error_template
end