Skip to content

Instantly share code, notes, and snippets.

@taylorbrooks
Created July 30, 2010 15:29
Show Gist options
  • Save taylorbrooks/500718 to your computer and use it in GitHub Desktop.
Save taylorbrooks/500718 to your computer and use it in GitHub Desktop.
SampleApp::Application.routes.draw do |map|
match "/home" => "pages#home"
match "/contact" => "pages#contact"
match "/about" => "pages#about"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment