This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/lib/augie_web/views/layout_view.ex

7 lines
122 B
Elixir

defmodule AugieWeb.LayoutView do
use AugieWeb, :view
def app_version do
Application.spec(:augie, :vsn)
end
end