Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Last active January 2, 2020 20:17
Show Gist options
  • Save neslinesli93/5dc3cb941839aa31dd3b3a000b14f916 to your computer and use it in GitHub Desktop.
Save neslinesli93/5dc3cb941839aa31dd3b3a000b14f916 to your computer and use it in GitHub Desktop.
Add plug to the router
pipeline :browser do
# ...other plugs
plug :fetch_flash
plug Phoenix.LiveView.Flash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment