Skip to content

Instantly share code, notes, and snippets.

@jeremyjh
Created September 1, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyjh/82ff041698b4adab2b50ed0478d89a2f to your computer and use it in GitHub Desktop.
Save jeremyjh/82ff041698b4adab2b50ed0478d89a2f to your computer and use it in GitHub Desktop.
bigapp_web.ex def view pass opts
def view(opts) do
quote do
use Phoenix.View, unquote(opts)
# Import convenience functions from controllers
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment