class ActionController::MissingRenderer

See Responder#api_behavior

Public Class Methods

new(format) click to toggle source
Calls superclass method
# File lib/action_controller/metal/renderers.rb, line 18
def initialize(format)
  super "No renderer defined for format: #{format}"
end