[Fix #2652] Add the /tour-de-france page

This commit is contained in:
gregoirenovel 2018-09-21 15:51:06 +02:00
parent 422d200280
commit 5b011fef59
9 changed files with 189 additions and 0 deletions

View file

@ -93,6 +93,7 @@ Rails.application.routes.draw do
#
root 'root#index'
get '/tour-de-france' => 'tour_de_france#index'
get '/administration' => 'root#administration'
get 'users' => 'users#index'