4 lines
83 B
Ruby
4 lines
83 B
Ruby
class ErrorTemplateAttribute < ActiveRecord::Base
|
|
belongs_to :error_template
|
|
end
|