layout_view.ex 267 B

1234567
  1. defmodule ToyWeb.LayoutView do
  2. use ToyWeb, :view
  3. # Phoenix LiveDashboard is available only in development by default,
  4. # so we instruct Elixir to not warn if the dashboard route is missing.
  5. @compile {:no_warn_undefined, {Routes, :live_dashboard_path, 2}}
  6. end