Navigation

This commit is contained in:
2017-03-22 22:57:01 +01:00
parent 2e31528deb
commit 20cd9aeeaf
12 changed files with 73 additions and 30 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Rails.application.routes.draw do
root 'supporters#new'
root to: redirect("/#{I18n.default_locale}")
namespace :admin do
get '/map', to: 'pages#map', as: :map