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
13 14 15 16 |
# File 'lib/action_controller/api/api_rendering.rb', line 13 def render_to_body( = {}) () super end |