Module: ActionController::ApiRendering

Extended by:
ActiveSupport::Concern
Defined in:
lib/action_controller/api/api_rendering.rb

Instance Method Summary collapse

Instance Method Details

#render_to_body(options = {}) ⇒ Object



11
12
13
14
# File 'lib/action_controller/api/api_rendering.rb', line 11

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