1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Make problems index the root page

This commit is contained in:
Philipp Fischbeck 2014-12-30 11:35:10 +01:00
parent 3cfb19a009
commit c29e77b238

View File

@ -6,7 +6,7 @@ Rails.application.routes.draw do
# See how all your routes lay out with "rake routes". # See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root" # You can have the root of your site routed with "root"
root 'translations#index' root 'problems#index'
# Example of regular route: # Example of regular route:
# get 'products/:id' => 'catalog#view' # get 'products/:id' => 'catalog#view'