Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created January 2, 2020 20:34
Show Gist options
  • Save neslinesli93/b6f5903a323cc155ac47d2d3b2608b01 to your computer and use it in GitHub Desktop.
Save neslinesli93/b6f5903a323cc155ac47d2d3b2608b01 to your computer and use it in GitHub Desktop.
Router addition
scope "/", BreakoutexWeb do
pipe_through :browser
get "/", GameController, :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment