Class: Tasks::Usage::UserActivityController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::Usage::UserActivityController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/usage/user_activity_controller.rb
Instance Method Summary collapse
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/tasks/usage/user_activity_controller.rb', line 6 def index @project_members = User.all # Project.find(@sessions_current_project_id).users end |
#report ⇒ Object
10 11 12 |
# File 'app/controllers/tasks/usage/user_activity_controller.rb', line 10 def report @user = User.find(params[:id]) end |