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