Method: ActionController::Rendering#render_to_body

Defined in:
actionpack/lib/action_controller/metal/rendering.rb

#render_to_body(options = {}) ⇒ Object

:nodoc:



185
186
187
# File 'actionpack/lib/action_controller/metal/rendering.rb', line 185

def render_to_body(options = {}) # :nodoc:
  super || _render_in_priorities(options) || " "
end