Skip to content

Instantly share code, notes, and snippets.

@siepet
Created September 14, 2017 10:32
Show Gist options
  • Save siepet/da909f71a93082f7ff144c4fea032a1a to your computer and use it in GitHub Desktop.
Save siepet/da909f71a93082f7ff144c4fea032a1a to your computer and use it in GitHub Desktop.
module that is sample
defmodule Sample do
def call(conn, options) do
conn
|> do_something(options)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment