Skip to Content Skip to Search

module ActionController::Rendering::ClassMethods

Attributes

[R] renderer

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

Public instance methods

inherited(klass)

Permalink
Source code GitHub
# File actionpack/lib/action_controller/metal/rendering.rb, line 21
def inherited(klass)
  klass.setup_renderer!
  super
end

Definition files