Packages
ex_debug_toolbar
0.3.5
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
lib/ex_debug_toolbar/template/eex_engine.ex
defmodule ExDebugToolbar.Template.EExEngine do
@moduledoc false
use ExDebugToolbar.Collector.TemplateCollector, engine: Phoenix.Template.EExEngine
end