Restore render out method

This commit is contained in:
Chris Blanchard 2015-06-15 23:44:24 +01:00
parent f30f45963c
commit 2089b86cdf

View file

@ -50,4 +50,9 @@ class PluginController < ApplicationController
render_out out
end
def render_out out
@text = out.join("\r")
render :layout => false
end
end