Returns a renderer instance (inherited from ActionController::Renderer
) for the controller.
# File actionpack/lib/action_controller/metal/rendering.rb, line 21 def inherited(klass) klass.setup_renderer! super end
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.