module ActionController::ApiRendering

Public Instance Methods

render_to_body(options = {}) click to toggle source
Calls superclass method
# File lib/action_controller/api/api_rendering.rb, line 11
def render_to_body(options = {})
  _process_options(options)
  super
end