Class: Renalware::Transplants::BaseController

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

Instance Method Summary collapse

Instance Method Details

#patientObject



8
9
10
# File 'app/controllers/renalware/transplants/base_controller.rb', line 8

def patient
  @transplant_patient ||= Renalware::Transplants.cast_patient(super)
end