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
Instance Method Details
permalink
#render_to_body(options) ⇒ Object
[View source]
46
47
48
|
# File 'lib/action_controller/metal/renderers.rb', line 46
def render_to_body(options)
_handle_render_options(options) || super
end
|