mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:26:21 +00:00
cada sitio tiene su propio control de estadísticas
This commit is contained in:
parent
027d24d66a
commit
0754e29a5a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class StatsController < ApplicationController
|
|||
end
|
||||
|
||||
def last_stat
|
||||
@last_stat ||= Stat.last
|
||||
@last_stat ||= site.stats.last
|
||||
end
|
||||
|
||||
def authorize_stats
|
||||
|
|
Loading…
Reference in a new issue