Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
fixing bug in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
kellishaver committed Oct 19, 2008
1 parent 51f8a34 commit a4f749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -4,7 +4,7 @@
map.login 'login', :controller => 'sessions', :action => 'new'
map.home 'home', :controller => 'projects', :action => 'index'
map.about 'about', :controller => 'welcome', :action => 'about'
map.help 'tour', :controller => 'welcome', :action => 'tour'
map.tour 'tour', :controller => 'welcome', :action => 'tour'
map.resources :sessions
map.resources :users
map.resources :projects do |project|
Expand Down

0 comments on commit a4f749a

Please sign in to comment.