Namespace
Methods
A
Constants
AbstractRequest = ActionController::Request = ActionDispatch::Request
 
AbstractResponse = ActionController::Response = ActionDispatch::Response
 
Routing = ActionDispatch::Routing
 
Integration = ActionDispatch::Integration
 
IntegrationTest = ActionDispatch::IntegrationTest
 
Class Public methods
add_renderer(key, &block)

See Renderers.add

# File actionpack/lib/action_controller/metal/renderers.rb, line 5
def self.add_renderer(key, &block)
  Renderers.add(key, &block)
end