mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Merge pull request #31 from cblanc/bring_back_render_out
Restore render out method
This commit is contained in:
commit
6517451704
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