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 ]7 8 9
# File 'actionpack/lib/action_controller/api/api_rendering.rb', line 7
included do include Rendering end
Instance Method Details
#render_to_body(options = {})
[ GitHub ]# File 'actionpack/lib/action_controller/api/api_rendering.rb', line 11
def render_to_body( = {}) ( ) super end