From dda68059dcef39091cbe53d7ada4d1809fe3c928 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Mon, 15 Jun 2015 23:44:24 +0100 Subject: [PATCH] Restore render out method --- app/controllers/plugin_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/controllers/plugin_controller.rb b/app/controllers/plugin_controller.rb index 9103c2f..76a2885 100644 --- a/app/controllers/plugin_controller.rb +++ b/app/controllers/plugin_controller.rb @@ -50,4 +50,9 @@ class PluginController < ApplicationController render_out out end + + def render_out out + @text = out.join("\r") + render :layout => false + end end \ No newline at end of file