123456789_123456789_123456789_123456789_123456789_

Exception: ActionController::MissingRenderer

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

Constant Summary

::LoadError - Inherited

REGEXPS

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.

#path

Returns the path which was unable to be loaded.

Constructor Details

.new(format) ⇒ MissingRenderer

[ GitHub ]

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

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