Class: Dashboard::TodosController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Dashboard::TodosController
- Includes:
- Gitlab::InternalEventsTracking
- Defined in:
- app/controllers/dashboard/todos_controller.rb
Instance Method Summary collapse
Methods included from Gitlab::InternalEventsTracking
Instance Method Details
#index ⇒ Object
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 |