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

Commit

Permalink
swapping the default route, pushing the site live
Browse files Browse the repository at this point in the history
  • Loading branch information
sroske committed Feb 29, 2012
1 parent 58cac89 commit 6a0ef77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.rb
Expand Up @@ -7,9 +7,9 @@
match 'countdown' => 'welcome#index', :via => :get, :as => :countdown

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

# launch
#root :to => 'leaps#index', :via => :get
root :to => 'leaps#index', :via => :get

end

0 comments on commit 6a0ef77

Please sign in to comment.