Sha256: deadba0d47ad8ae2b66fee1aad5bdf6903198300ac207f0e747cdbb7338fa482
Contents?: true
Size: 358 Bytes
Versions: 26
Compression:
Stored size: 358 Bytes
Contents
require "renalware/pd" 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
26 entries across 26 versions & 1 rubygems