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