mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-03-23 02:41:22 +00:00
Restore render out method
This commit is contained in:
parent
eca398c45d
commit
6c0d20df50
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