Sha256: 798523d276652d07ed666e6d68a6fa9df4cf02194d3fe31eb68e30e7bf64964a

Contents?: true

Size: 303 Bytes

Versions: 21

Compression:

Stored size: 303 Bytes

Contents

require_dependency "renalware/transplants/base_controller"

module Renalware
  module Transplants
    class RecipientDashboardsController < BaseController
      def show
        authorize patient
        render locals: { dashboard: RecipientDashboardPresenter.new(patient) }
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
renalware-core-2.0.16 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.15 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.14 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.13 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.12 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.11 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.9 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.8 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.7 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.5 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.4 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.3 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.2 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.1 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0.pre.rc13 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0.pre.rc11 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0.pre.rc10 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0.pre.rc9 app/controllers/renalware/transplants/recipient_dashboards_controller.rb
renalware-core-2.0.0.pre.rc8 app/controllers/renalware/transplants/recipient_dashboards_controller.rb