Module: ActionController::ApiRendering
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ::ActiveSupport::Concern | |
| Defined in: | actionpack/lib/action_controller/api/api_rendering.rb | 
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. | 
| included | Evaluate given block in context of base class, so that you can write class macros here. | 
| prepended | Evaluate given block in context of base class, so that you can write class macros here. | 
Instance Method Summary
DSL Calls
included
[ GitHub ]9 10 11
# File 'actionpack/lib/action_controller/api/api_rendering.rb', line 9
included do include Rendering end
Instance Method Details
#render_to_body(options = {})
[ GitHub ]# File 'actionpack/lib/action_controller/api/api_rendering.rb', line 13
def render_to_body( = {}) () super end