Recovered moderate controller

It may not be necessary but deployment fails as it is refererred to from
other modules
This commit is contained in:
Christoph Haas 2021-02-28 21:45:31 +01:00
parent 7a3b65fe50
commit 7004e14a88

View file

@ -1,6 +1,6 @@
# class ModerateController < ApplicationController
class ModerateController < ApplicationController
# before_action :authenticate_user!
before_action :authenticate_user!
# def index
# # First package with pending screenshots
@ -19,4 +19,4 @@
# # @percent_moderated = 100 * (@moderated_screenshots+1) / (@moderated_screenshots + @pending_screenshots.count + @reported_screenshots.count)
# end
# end
# end
end