instance method
render_to_body
Ruby on Rails 8.0.4
Since v3.0.20Signature
render_to_body(options = {})
Performs the actual template rendering.
Parameters
-
optionsopt = {}
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 50
def render_to_body(options = {})
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