Make default admin UI page reports. Add admin UI for creating a domain block

This commit is contained in:
Eugen Rochko 2017-04-03 18:55:06 +02:00
parent f6e9251054
commit b7c1b12367
11 changed files with 59 additions and 393 deletions

View file

@ -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