Exception: ActionController::MissingRenderer
- Inherits:
-
LoadError
- Object
- LoadError
- ActionController::MissingRenderer
- Defined in:
- lib/action_controller/metal/renderers.rb
Instance Method Summary collapse
-
#initialize(format) ⇒ MissingRenderer
constructor
A new instance of MissingRenderer.
Constructor Details
#initialize(format) ⇒ MissingRenderer
Returns a new instance of MissingRenderer.
10 11 12 |
# File 'lib/action_controller/metal/renderers.rb', line 10 def initialize(format) super "No renderer defined for format: #{format}" end |