Sha256: 3c67c27ecb7a97b059b33e6506703198b4a7f07af5de4c2d2ca66dd8645be659
Contents?: true
Size: 294 Bytes
Versions: 142
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/pathology" module Renalware module Pathology class BaseController < Renalware::BaseController private def load_patient super @patient = Pathology.cast_patient(@patient) end end end end
Version data entries
142 entries across 142 versions & 1 rubygems