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