Exception: ActionController::MissingRenderer
- Inherits:
 - 
      LoadError
      
        
- Object
 - LoadError
 - ActionController::MissingRenderer
 
 
- Defined in:
 - lib/action_controller/metal/renderers.rb
 
Overview
See Responder#api_behavior
Instance Method Summary collapse
- 
  
    
      #initialize(format)  ⇒ MissingRenderer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MissingRenderer.
 
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  |