Created
February 9, 2015 11:45
-
-
Save anathematic/b879d570800e32693059 to your computer and use it in GitHub Desktop.
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
TravelPrototype::Application.routes.draw do | |
root to: 'welcome#index' | |
get "/:page", to: "welcome#page" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment