Methods
R
Included Modules
Instance Public methods
render_to_body(options = {})
# File actionpack/lib/action_controller/api/api_rendering.rb, line 9
def render_to_body(options = {})
  _process_options(options)
  super
end