module ActionController::Rendering::ClassMethods

Attributes

renderer[R]

Returns a renderer instance (inherited from ActionController::Renderer) for the controller.

Public Instance Methods

inherited(klass) click to toggle source
Calls superclass method
# File lib/action_controller/metal/rendering.rb, line 21
def inherited(klass)
  klass.setup_renderer!
  super
end