mostrar el log como utf-8
This commit is contained in:
parent
506a0faabe
commit
c64abe16b6
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ class SitesController < ApplicationController
|
||||||
|
|
||||||
render file: @site.build_log,
|
render file: @site.build_log,
|
||||||
layout: false,
|
layout: false,
|
||||||
content_type: 'text/plain'
|
content_type: 'text/plain; charset=utf-8'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue