Sha256: fdfcb81ba379f9ea201fb3383c28bf3cb67506df91b61ac7e65cc95b3fc57312
Contents?: true
Size: 438 Bytes
Versions: 24
Compression:
Stored size: 438 Bytes
Contents
require_dependency "renalware" require_dependency "renalware/feeds" require "subscription_registry" module Renalware module Pathology module_function def table_name_prefix "pathology_" end def cast_patient(patient) ActiveType.cast(patient, ::Renalware::Pathology::Patient) end def configure SubscriptionRegistry.instance.register(Feeds::MessageProcessor, MessageListener) end end end
Version data entries
24 entries across 24 versions & 1 rubygems