Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 13:04
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 shankardevy/66f66e5c004912fc0bf7246107edc0ae to your computer and use it in GitHub Desktop.
Save shankardevy/66f66e5c004912fc0bf7246107edc0ae to your computer and use it in GitHub Desktop.
defmodule MangoWeb.Plugs.LoadCustomer do
def init(_opts), do: nil
def call(%Plug.Conn{} = conn, _opts) do
conn
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment