Implements #150
Adds an entry inside moderation section that allows moderators to check pending tasks and mark them as solved.
This commit is contained in:
@@ -59,4 +59,8 @@ class ProposalDashboardAction < ActiveRecord::Base
|
||||
def request_to_administrators?
|
||||
request_to_administrators || false
|
||||
end
|
||||
|
||||
def request_to_administrators?
|
||||
request_to_administrators
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user