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 :authenticate_usuarie!
|
||||||
before_action :authorize_stats
|
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
|
# XXX: Permitir a Chart.js inyectar su propio CSS
|
||||||
content_security_policy only: :index do |policy|
|
content_security_policy only: :index do |policy|
|
||||||
|
|
Loading…
Reference in a new issue