diff options
Diffstat (limited to '')
-rw-r--r-- | lib/web.ex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ defmodule NolaWeb do def view do quote do - use Phoenix.View, root: "lib/nola_web/templates", + use Phoenix.View, root: "lib/web/templates", namespace: NolaWeb # Import convenience functions from controllers |