mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:31:41 +00:00
fixup! generar estadísticas de uso de infra
This commit is contained in:
parent
6bf286077b
commit
8d4958af53
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class StatCollectionJob < PeriodicJob
|
|||
#
|
||||
# @return [ActiveRecord::Relation]
|
||||
def scope
|
||||
@scope ||= site.build_stats.jekyll.where('created_at >= ?', beginning_of_interval)
|
||||
@scope ||= site.build_stats.jekyll.where('created_at >= ?', beginning_of_interval).group(:site_id)
|
||||
end
|
||||
|
||||
# Las opciones por defecto
|
||||
|
|
Loading…
Reference in a new issue