5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-06 08:41:22 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-04-30 14:45:19 -03:00
commit c960e27061

View file

@ -36,7 +36,7 @@ class StatCollectionJob < PeriodicJob
# #
# @return [ActiveRecord::Relation] # @return [ActiveRecord::Relation]
def scope 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 end
# Las opciones por defecto # Las opciones por defecto