summaryrefslogtreecommitdiff
path: root/app/controllers/admin_controller.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 /app/controllers/admin_controller.rb
parentf93969e772a36b54998496092b54972825a07dd8 (diff)
Retire conventions overview page
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r--app/controllers/admin_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
index c23cec04..13bbfd56 100644
--- a/app/controllers/admin_controller.rb
+++ b/app/controllers/admin_controller.rb
@@ -12,10 +12,6 @@ class AdminController < ApplicationController
12 @actions = NodeAction.order(:occurred_at => :desc, :id => :desc).limit(5) 12 @actions = NodeAction.order(:occurred_at => :desc, :id => :desc).limit(5)
13 end 13 end
14 14
15 def conventions
16 @node_kinds = CccConventions::NODE_KINDS
17 end
18
19 def search 15 def search
20 @results = Node.editor_search(params[:search_term]) 16 @results = Node.editor_search(params[:search_term])
21 17