WIP
This commit is contained in:
parent
113dd90aa3
commit
7f4db65217
7 changed files with 77 additions and 0 deletions
|
@ -189,6 +189,7 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :admin do
|
||||
get '/dashboard', to: 'dashboard#index'
|
||||
get '/abuse_metrics', to: 'abuse_metrics#index'
|
||||
|
||||
resources :domain_allows, only: [:new, :create, :show, :destroy]
|
||||
resources :domain_blocks, only: [:new, :create, :destroy, :update, :edit]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue