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