instance method
render_to_body
Ruby on Rails 3.1.12
Since v3.0.20Signature
render_to_body(options = {})
Raw rendering of a template to a Rack-compatible body. :api: plugin
Parameters
-
optionsopt = {}
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 112
def render_to_body(options = {})
_process_options(options)
_render_template(options)
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 112
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering