Add live graphs for active users and submission volume

This commit is contained in:
Maximilian Grundke
2018-04-11 13:43:10 +02:00
parent 8cdf909188
commit 2a4e9bc94b
9 changed files with 184 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
class StatisticsPolicy < AdminOnlyPolicy
def graphs?
admin?
end
end