about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-04-03 18:55:06 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-04-03 18:55:06 +0200
commitb7c1b12367b307d07303ce99f2c27bf255ecd56a (patch)
treec25b886e2dc3585305abc3df9a3ff1b43d7bbd02 /config/routes.rb
parentf6e9251054d21cb463a8fee44922d908aa7e2c03 (diff)
Make default admin UI page reports. Add admin UI for creating a domain block
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index bfca5c734..ca77191f7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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