Restore render out method

This commit is contained in:
Chris Blanchard 2015-06-15 23:44:24 +01:00
parent eca398c45d
commit 6c0d20df50

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