Module: ActionController::ApiRendering
- Extended by:
- ActiveSupport::Concern
- Defined in:
- actionpack/lib/action_controller/api/api_rendering.rb
Instance Method Summary collapse
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended
Instance Method Details
#render_to_body(options = {}) ⇒ Object
11 12 13 14 |
# File 'actionpack/lib/action_controller/api/api_rendering.rb', line 11 def render_to_body( = {}) () super end |