Class: Renalware::Transplants::DonorDashboardsController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/transplants/donor_dashboards_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#patient

Methods inherited from BaseController

#patient

Instance Method Details

#showObject



10
11
12
# File 'app/controllers/renalware/transplants/donor_dashboards_controller.rb', line 10

def show
  render locals: { dashboard: DonorDashboardPresenter.new(patient) }
end