0
0
Fork 0

Adding index overview for reports in admin UI

This commit is contained in:
Eugen Rochko 2017-02-16 02:28:10 +01:00
parent f722aa8c75
commit 24ba7c9762
7 changed files with 54 additions and 2 deletions

View file

@ -66,6 +66,7 @@ Rails.application.routes.draw do
resources :pubsubhubbub, only: [:index]
resources :domain_blocks, only: [:index, :create]
resources :settings, only: [:index, :update]
resources :reports, only: [:index, :show]
resources :accounts, only: [:index, :show] do
member do