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( = {}) # :nodoc: super || _render_in_priorities() || " " end |