summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-14 20:14:46 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-14 20:14:46 +0200
commitfe89095ccb34bcdc9838a71bc1fa48279ea3ec8c (patch)
tree8d64050bb64bd044e3aea0f8053c92de145e7c24 /config/routes.rb
parentf93969e772a36b54998496092b54972825a07dd8 (diff)
Retire conventions overview page
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e123a3fe..b7cbbc4c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -102,7 +102,6 @@ Cccms::Application.routes.draw do
102 match '' => 'admin#index', :as => :admin, :via => :get 102 match '' => 'admin#index', :as => :admin, :via => :get
103 match 'search' => 'admin#search', :as => :admin_search, :via => :get 103 match 'search' => 'admin#search', :as => :admin_search, :via => :get
104 match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get 104 match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get
105 match 'conventions' => 'admin#conventions', :as => :admin_conventions, :via => :get
106 match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get 105 match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get
107 match 'log' => 'node_actions#index', :as => :admin_log, :via => :get 106 match 'log' => 'node_actions#index', :as => :admin_log, :via => :get
108 match 'boom' => 'admin#boom', :as => :admin_boom, :via => :get 107 match 'boom' => 'admin#boom', :as => :admin_boom, :via => :get