Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 12:54
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/0b815ea84111cb51f4f9fb9d0636ddd7 to your computer and use it in GitHub Desktop.
Save shankardevy/0b815ea84111cb51f4f9fb9d0636ddd7 to your computer and use it in GitHub Desktop.
defmodule MangoWeb.SessionController do
use MangoWeb, :controller
def new(conn, _params) do
render(conn, "new.html")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment