Sha256: 6afd1d9fcfd1bc1d27ac03a8ee1779ad93385a1475226d2aa2da34adc43f2a30

Contents?: true

Size: 325 Bytes

Versions: 26

Compression:

Stored size: 325 Bytes

Contents

require_dependency "renalware/hd"

module Renalware
  module HD
    class MDMController < Renalware::MDMController
      def show
        authorize patient
        mdm_presenter = HD::MDMPresenter.new(patient: patient, view_context: view_context)
        render_show(mdm_presenter: mdm_presenter)
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc7 app/controllers/renalware/hd/mdm_controller.rb
renalware-core-2.0.0.pre.rc6 app/controllers/renalware/hd/mdm_controller.rb
renalware-core-2.0.0.pre.rc5 app/controllers/renalware/hd/mdm_controller.rb
renalware-core-2.0.0.pre.rc4 app/controllers/renalware/hd/mdm_controller.rb
renalware-core-2.0.0.pre.rc3 app/controllers/renalware/hd/mdm_controller.rb
renalware-core-2.0.0.pre.rc1 app/controllers/renalware/hd/mdm_controller.rb