instance method
render_to_body
Ruby on Rails 4.2.9
Since v4.0.13 Last seen in v6.1.7.10Signature
render_to_body(options = {})
No documentation comment.
Parameters
-
optionsopt = {}
Source
# File actionpack/lib/action_controller/metal/rendering.rb, line 31
def render_to_body(options = {})
super || _render_in_priorities(options) || ' '
end
Defined in actionpack/lib/action_controller/metal/rendering.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Rendering