Class: Dashboard::TodosController

Inherits:
ApplicationController
  • Object
show all
Includes:
Gitlab::InternalEventsTracking
Defined in:
app/controllers/dashboard/todos_controller.rb

Instance Method Summary collapse

Methods included from Gitlab::InternalEventsTracking

#track_internal_event

Instance Method Details

#indexObject



9
10
11
12
13
14
# File 'app/controllers/dashboard/todos_controller.rb', line 9

def index
  track_internal_event(
    'view_todo_list',
    user: current_user
  )
end