5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:04:17 +00:00

cada sitio tiene su propio control de estadísticas

This commit is contained in:
f 2022-04-26 16:56:25 -03:00
parent 027d24d66a
commit 0754e29a5a

View file

@ -93,7 +93,7 @@ class StatsController < ApplicationController
end
def last_stat
@last_stat ||= Stat.last
@last_stat ||= site.stats.last
end
def authorize_stats