Remove /admin/dashboard page.

This page was just a combination of the forum listing and the bulk
update requests listing. It got zero hits in the last week.
This commit is contained in:
evazion
2021-01-16 03:23:57 -06:00
parent 0306cc16b9
commit 32dd14f461
7 changed files with 0 additions and 72 deletions

View File

@@ -1,7 +0,0 @@
module Admin
class DashboardsController < ApplicationController
def show
@dashboard = AdminDashboard.new
end
end
end