Files
codeocean/app/models/error_template_attribute.rb

8 lines
121 B
Ruby

class ErrorTemplateAttribute < ApplicationRecord
has_and_belongs_to_many :error_template
def to_s
key
end
end