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
Class Method Summary
- .new(format) ⇒ MissingRenderer constructor
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
# File 'actionpack/lib/action_controller/metal/renderers.rb', line 15
def initialize(format) super "No renderer defined for format: #{format}" end