mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
Restore render out method
This commit is contained in:
parent
f30f45963c
commit
2089b86cdf
1 changed files with 5 additions and 0 deletions
|
@ -50,4 +50,9 @@ class PluginController < ApplicationController
|
|||
|
||||
render_out out
|
||||
end
|
||||
|
||||
def render_out out
|
||||
@text = out.join("\r")
|
||||
render :layout => false
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue