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