mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Add registrar dashboard #2713
This commit is contained in:
parent
ae29585ae2
commit
27f37b9ec4
11 changed files with 100 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue