Sha256: a06c4006ac310a1b5967875aee0102dbda86f3c0801189496c5065908c362d6b
Contents?: true
Size: 389 Bytes
Versions: 45
Compression:
Stored size: 389 Bytes
Contents
# frozen_string_literal: true 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
45 entries across 45 versions & 1 rubygems