Skip to content

Instantly share code, notes, and snippets.

@anathematic
Created February 9, 2015 11:45
Show Gist options
  • Save anathematic/b879d570800e32693059 to your computer and use it in GitHub Desktop.
Save anathematic/b879d570800e32693059 to your computer and use it in GitHub Desktop.
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