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

Change page root to problems list

This commit is contained in:
Philipp Fischbeck 2014-11-30 16:43:33 +01:00
parent b7a0303206
commit a257aeecb1

View File

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