instance method
render_to_body
Ruby on Rails edge
Since v3.0.20Signature
render_to_body(options = {}, &block)
Performs the actual template rendering.
Parameters
-
optionsopt = {} -
blockblock
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 50
def render_to_body(options = {}, &block)
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering