instance method
render_to_body
Ruby on Rails 7.0.10
Since v4.1.16Signature
render_to_body(options = {})
No documentation comment.
Parameters
-
optionsopt = {}
Source
# File actionview/lib/action_view/rendering.rb, line 101
def render_to_body(options = {})
_process_options(options)
_render_template(options)
end
Defined in actionview/lib/action_view/rendering.rb line 101
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Rendering