Skip to Content Skip to Search

module ActionController::ApiRendering

Inherits From

Public instance methods

Source code GitHub
# File actionpack/lib/action_controller/api/api_rendering.rb, line 13
def render_to_body(options = {})
  _process_options(options)
  super
end

Definition files