Fix string in heading and breadcrumbs
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
class ErrorTemplate < ActiveRecord::Base
|
class ErrorTemplate < ActiveRecord::Base
|
||||||
belongs_to :execution_environment
|
belongs_to :execution_environment
|
||||||
has_and_belongs_to_many :error_template_attributes
|
has_and_belongs_to_many :error_template_attributes
|
||||||
|
|
||||||
|
def to_s
|
||||||
|
"#{id} [#{name}]"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user