Sha256: 2d322faf9c1bca592b2211d12b48f641ae182c5eb3c01d8c8bfd14f9b04235a1
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
module Renalware module PD class MDMPatientsController < Renalware::MDMPatientsController def index render_index(query: MDMPatientsQuery.new(q: params[:q]), page_title: t(".page_title"), view_proc: ->(patient) { patient_pd_mdm_path(patient) }) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems