Created
September 2, 2017 12:24
-
-
Save jeremyjh/cc308eab5df3efaef811e9ed43b0b457 to your computer and use it in GitHub Desktop.
bigapp_web alternate view head
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def view(opts \\ | |
[root: "lib/bigapp_web/templates", | |
namespace: BigappWeb]) do | |
quote do | |
use Phoenix.View, unquote(opts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment