Method: Renalware::Transplants::RegistrationStatusesController#edit
- Defined in:
- app/controllers/renalware/transplants/registration_statuses_controller.rb
#edit ⇒ Object
29 30 31 32 33 34 35 |
# File 'app/controllers/renalware/transplants/registration_statuses_controller.rb', line 29 def edit status = registration.statuses.find(params[:id]) render locals: { patient: patient, status: status } end |