mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:36:22 +00:00
agrupar por año
This commit is contained in:
parent
d2b1220df6
commit
ef0055db05
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class StatsController < ApplicationController
|
|||
before_action :authenticate_usuarie!
|
||||
before_action :authorize_stats
|
||||
|
||||
INTERVALS = %i[hour day week month].freeze
|
||||
INTERVALS = %i[hour day week month year].freeze
|
||||
|
||||
# XXX: Permitir a Chart.js inyectar su propio CSS
|
||||
content_security_policy only: :index do |policy|
|
||||
|
|
Loading…
Reference in a new issue