W3cubDocs

/Ruby on Rails 5.0

class ActionController::MissingRenderer

Parent:
LoadError

See Responder#api_behavior

Public Class Methods

new(format) Show source
Calls superclass method
# File actionpack/lib/action_controller/metal/renderers.rb, line 16
def initialize(format)
  super "No renderer defined for format: #{format}"
end

© 2004–2017 David Heinemeier Hansson
Licensed under the MIT License.