instance method
render_to_body
Ruby on Rails 3.0.20
Since v3.0.20Signature
render_to_body(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionpack/lib/action_controller/metal/renderers.rb, line 46
def render_to_body(options)
_handle_render_options(options) || super
end
Defined in actionpack/lib/action_controller/metal/renderers.rb line 46
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Renderers