Exception: ActionController::MissingRenderer

Inherits:
LoadError
  • Object
show all
Defined in:
lib/action_controller/metal/renderers.rb

Overview

See Responder#api_behavior

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ MissingRenderer

Returns a new instance of MissingRenderer.



18
19
20
# File 'lib/action_controller/metal/renderers.rb', line 18

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