Class: Renalware::LowClearance::MDMPatientsController

Inherits:
MDMPatientsController show all
Defined in:
app/controllers/renalware/low_clearance/mdm_patients_controller.rb

Instance Method Summary collapse

Methods included from PresenterHelper

#present

Methods inherited from BaseController

#patient

Instance Method Details

#indexObject



8
9
10
11
12
# File 'app/controllers/renalware/low_clearance/mdm_patients_controller.rb', line 8

def index
  render_index(query: query,
               page_title: t(".page_title"),
               view_proc: ->(patient) { patient_low_clearance_mdm_path(patient) })
end