Class: Tasks::Usage::UserActivityController

Inherits:
ApplicationController
  • Object
show all
Includes:
TaskControllerConfiguration
Defined in:
app/controllers/tasks/usage/user_activity_controller.rb

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject



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

#reportObject



10
11
12
# File 'app/controllers/tasks/usage/user_activity_controller.rb', line 10

def report
  @user = User.find(params[:id])
end