Module: ActionController::Renderers
- Extended by:
- ActiveSupport::Concern
- Included in:
- All
- Defined in:
- lib/action_controller/metal/renderers.rb
Defined Under Namespace
Modules: All, ClassMethods
Constant Summary collapse
- RENDERERS =
{}
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#render_to_body(options) ⇒ Object
46 47 48 |
# File 'lib/action_controller/metal/renderers.rb', line 46 def render_to_body() () || super end |