summaryrefslogtreecommitdiff
path: root/lib/aggiedit_web/views/layout_view.ex
blob: 8f4b14faf7171799f9812726b32ffec368885d54 (plain)
1
2
3
4
5
6
7
defmodule AggieditWeb.LayoutView do
  use AggieditWeb, :view

  # Phoenix LiveDashboard is available only in development by default,
  # so we instruct Elixir to not warn if the dashboard route is missing.
  @compile {:no_warn_undefined, {Routes, :live_dashboard_path, 2}}
end