Sha256: ab02d319038405f34bb96531e490519f16f134b10917c68f940502ba2fdd63d6
Contents?: true
Size: 399 Bytes
Versions: 114
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware" module Renalware module PatientTransplantScopes def with_registration_statuses merge(Transplants::Patient.with_registration_statuses) end def self.extended(base) base.ransacker :transplant_registration_status do Arel.sql("transplant_registration_status_descriptions.name") end end end end
Version data entries
114 entries across 114 versions & 1 rubygems