Sha256: 7e6c2d45f20f3edf140b6ebc6a05b6e31b6aa629cb072e472e9f7452d6b4cd2d
Contents?: true
Size: 339 Bytes
Versions: 142
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/pd" module Renalware module PD class DashboardsController < PD::BaseController def show authorize patient render :show, locals: { patient: patient, dashboard: DashboardPresenter.new(patient) } end end end end
Version data entries
142 entries across 142 versions & 1 rubygems