mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:26:21 +00:00
Merge branch 'blazer' into panel.sutty.nl
This commit is contained in:
commit
cf62b75cef
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).group(:site_id)
|
||||
@scope ||= site.build_stats.jekyll.where('build_stats.created_at >= ?', beginning_of_interval).group(:site_id)
|
||||
end
|
||||
|
||||
# Las opciones por defecto
|
||||
|
|
Loading…
Reference in a new issue