mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-10 06:32:36 +01:00
Use a more appropriate name for stats domain object
This commit is contained in:
parent
34e0c2b13a
commit
3479585991
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ class StatsController < ApplicationController
|
|||
def index
|
||||
@page_title = t('stats.index_title')
|
||||
@hidden_contexts = current_user.contexts.hidden
|
||||
@stats = Stats::IndexPage.new(current_user)
|
||||
@stats = Stats::UserStats.new(current_user)
|
||||
end
|
||||
|
||||
def actions_done_last12months_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue