From c64abe16b6c8e5259b104e6180ada788822e4ae4 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 30 Apr 2018 14:22:31 -0300 Subject: [PATCH] mostrar el log como utf-8 --- app/controllers/sites_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/sites_controller.rb b/app/controllers/sites_controller.rb index f8e1cb86..ee32154a 100644 --- a/app/controllers/sites_controller.rb +++ b/app/controllers/sites_controller.rb @@ -27,6 +27,6 @@ class SitesController < ApplicationController render file: @site.build_log, layout: false, - content_type: 'text/plain' + content_type: 'text/plain; charset=utf-8' end end