Sha256: fad117f674f09db92b50c7d0735fb0d1aebcdb9db1490b391ce0da0b615b0a53
Contents?: true
Size: 264 Bytes
Versions: 8
Compression:
Stored size: 264 Bytes
Contents
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
8 entries across 8 versions & 1 rubygems