method
new
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::DebugView
new(assigns)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/debug_view.rb, line 12
def initialize(assigns)
paths = [RESCUES_TEMPLATE_PATH]
lookup_context = ActionView::LookupContext.new(paths)
super(lookup_context, assigns, nil)
end