reverts - stats with delayed jobs

This commit is contained in:
rgarcia
2015-09-09 19:17:13 +02:00
parent bab31b0559
commit 6a09e6548d
9 changed files with 9 additions and 97 deletions

View File

@@ -4,7 +4,6 @@ class StatsController < ApplicationController
def show
@event_types = Ahoy::Event.select(:name).uniq.pluck(:name)
@debates_created_count = Ahoy::Event.where(name: 'debate_created').count
end
private