module ActionController::Renderers

def render_to_body(options)

def render_to_body(options)
  _handle_render_options(options) || super
end