Recovered moderate controller
It may not be necessary but deployment fails as it is refererred to from other modules
This commit is contained in:
parent
7a3b65fe50
commit
7004e14a88
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue