Module: ActionController::Renderers::All
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActionController::Renderers
- Defined in:
- lib/action_controller/metal/renderers.rb
Constant Summary collapse
- INCLUDED =
[]
Constants included from ActionController::Renderers
Class Method Summary collapse
Methods included from ActionController::Renderers
Class Method Details
._write_render_options ⇒ Object
68 69 70 |
# File 'lib/action_controller/metal/renderers.rb', line 68 def self. INCLUDED.each(&:_write_render_options) end |