Fix home page link

This commit is contained in:
Artur Beljajev 2018-08-22 00:21:12 +03:00
parent a2a67159d4
commit 211f8c9143
10 changed files with 31 additions and 30 deletions

View file

@ -31,7 +31,7 @@ Rails.application.routes.draw do
# REGISTRAR ROUTES
namespace :registrar do
root 'dashboard#show'
root 'polls#show'
devise_for :users, path: '', class_name: 'ApiUser', skip: %i[sessions]