Make default admin UI page reports. Add admin UI for creating a domain block
This commit is contained in:
parent
f6e9251054
commit
b7c1b12367
11 changed files with 59 additions and 393 deletions
|
@ -77,7 +77,7 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :admin do
|
||||
resources :pubsubhubbub, only: [:index]
|
||||
resources :domain_blocks, only: [:index, :create]
|
||||
resources :domain_blocks, only: [:index, :new, :create]
|
||||
resources :settings, only: [:index, :update]
|
||||
|
||||
resources :reports, only: [:index, :show] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue