diff options
Diffstat (limited to 'app/controllers/admin_controller.rb')
| -rw-r--r-- | app/controllers/admin_controller.rb | 4 |
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 | ||
