Class: Tasks::Leads::PrintController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::Leads::PrintController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/leads/print_controller.rb
Instance Method Summary collapse
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
6 7 |
# File 'app/controllers/tasks/leads/print_controller.rb', line 6 def index end |
#set_lead ⇒ Object (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 |
#table ⇒ Object
9 10 |
# File 'app/controllers/tasks/leads/print_controller.rb', line 9 def table end |