Created
January 2, 2020 20:34
-
-
Save neslinesli93/b6f5903a323cc155ac47d2d3b2608b01 to your computer and use it in GitHub Desktop.
Router addition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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