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