5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 23:46:21 +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 end
def last_stat def last_stat
@last_stat ||= Stat.last @last_stat ||= site.stats.last
end end
def authorize_stats def authorize_stats