4 lines
81 B
Ruby
4 lines
81 B
Ruby
class ErrorTemplate < ActiveRecord::Base
|
|
belongs_to :execution_environment
|
|
end
|