Sha256: bad75609562d17fe112c15bd47de62d95e6585f644f648f1876ae8767baa830b
Contents?: true
Size: 344 Bytes
Versions: 32
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/virology" module Renalware module Virology class DashboardsController < BaseController def show authorize patient render locals: { patient: patient, vaccinations: Vaccination.for_patient(patient) } end end end end
Version data entries
32 entries across 32 versions & 1 rubygems