123456789_123456789_123456789_123456789_123456789_

Exception: ActionController::MissingRenderer

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: LoadError
Defined in: actionpack/lib/action_controller/metal/renderers.rb

Overview

See Responder#api_behavior

Class Method Summary

Instance Method Summary

::LoadError - Inherited

#is_missing?

Returns true if the given path name (except perhaps for the “.rb” extension) is the missing file which caused the exception to be raised.

::Exception - Inherited

Constructor Details

.new(format) ⇒ MissingRenderer

[ GitHub ]

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

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