Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
removing some unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
sroske committed Feb 28, 2012
1 parent 3080130 commit f0ebded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/routes.rb
Expand Up @@ -4,8 +4,7 @@
match 'leaps' => 'leaps#create', :via => :post, :as => :new_leap
match 'leap' => 'leaps#new', :via => :get, :as => :leap

match 'welcome' => 'welcome#index', :via => :get, :as => :welcome
match 'about' => 'welcome#about', :via => :get, :as => :about
match 'countdown' => 'welcome#index', :via => :get, :as => :countdown

# pre-launch
root :to => 'welcome#index', :via => :get
Expand Down

0 comments on commit f0ebded

Please sign in to comment.