Class: Tasks::Leads::PrintController

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

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject



6
7
# File 'app/controllers/tasks/leads/print_controller.rb', line 6

def index
end

#set_leadObject (private)



14
15
16
# File 'app/controllers/tasks/leads/print_controller.rb', line 14

def set_lead
  @lead = Lead.where(project_id: sessions_current_project_id).find(params[:lead_id])
end

#tableObject



9
10
# File 'app/controllers/tasks/leads/print_controller.rb', line 9

def table
end