Class: Tasks::Projects::DataController

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

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject

GET task/projects/data



5
6
7
# File 'app/controllers/tasks/projects/data_controller.rb', line 5

def index
  @project = Project.find(sessions_current_project_id)
end