module ActionController::ApiRendering
Public Instance Methods
Calls superclass method
# File actionpack/lib/action_controller/api/api_rendering.rb, line 13 def render_to_body(options = {}) _process_options(options) super end