Returns a renderer instance (inherited from ActionController::Renderer) for the controller.
ActionController::Renderer
Source: show | on GitHub
# File actionpack/lib/action_controller/metal/rendering.rb, line 23 def inherited(klass) klass.setup_renderer! super end