module ActionController::ApiRendering

def render_to_body(options = {})

def render_to_body(options = {})
  _process_options(options)
  super
end