Sha256: 0b3edf92ee59c868540f0b6d5d3246878531cd9e40ec52f3f807da77ea2dc86d
Contents?: true
Size: 283 Bytes
Versions: 112
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true 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
112 entries across 112 versions & 1 rubygems