method

new

new(assigns)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/debug_view.rb, line 12
    def initialize(assigns)
      paths = RESCUES_TEMPLATE_PATHS.dup
      lookup_context = ActionView::LookupContext.new(paths)
      super(lookup_context, assigns, nil)
      @exception_wrapper = assigns[:exception_wrapper]
    end