class ActionController::MissingRenderer

def initialize(format)

def initialize(format)
  super "No renderer defined for format: #{format}"
end