Add registrar dashboard #2713

This commit is contained in:
Martin Lensment 2015-09-15 11:49:18 +03:00
parent ae29585ae2
commit 27f37b9ec4
11 changed files with 100 additions and 64 deletions

View file

@ -19,7 +19,9 @@ Rails.application.routes.draw do
# REGISTRAR ROUTES
namespace :registrar do
root 'polls#show'
resource :dashboard
root 'dashboard#show'
# root 'polls#show'
resources :invoices do
member do