Sha256: c88ec75de219f77244e2c2f001ec1aa32b00d91b7b173a5b6851435a5509b6f5
Contents?: true
Size: 253 Bytes
Versions: 8
Compression:
Stored size: 253 Bytes
Contents
require_dependency "renalware/hd" module Renalware module HD class BaseController < Renalware::BaseController private def load_patient super @patient = Renalware::HD.cast_patient(patient) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems