Skip to content

Instantly share code, notes, and snippets.

@javierg
Created December 22, 2016 22:31
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 javierg/cee24e06b5c7ad0ddab46b1fd7cbef0d to your computer and use it in GitHub Desktop.
Save javierg/cee24e06b5c7ad0ddab46b1fd7cbef0d to your computer and use it in GitHub Desktop.
def index(conn, _params) do
user = Guardian.Plug.current_resource(conn)
render conn, "index.html", current_user: user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment