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