Skip to content

Commit

Permalink
Removed default Rails page
Browse files Browse the repository at this point in the history
  • Loading branch information
simozstudios committed Apr 5, 2011
1 parent 754bd35 commit 2e4f4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
@@ -1,5 +1,7 @@
SampleApp::Application.routes.draw do

get "users/new"

match '/contact', :to => 'pages#contact'
match '/about', :to => 'pages#about'
match '/help', :to => 'pages#help'
Expand Down

0 comments on commit 2e4f4a7

Please sign in to comment.