Sha256: fedf67fcd52ee3801a51408725abca59947a5a766c990a0fa3cef1a51c32c623

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 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

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/controllers/renalware/pd/mdm_patients_controller.rb