Sha256: 94047a36fc90a4870ea166ee4993c877aa714b057fca46164f4994e0b313c69a
Contents?: true
Size: 305 Bytes
Versions: 35
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/transplants" module Renalware module Transplants module Registrations class WaitListForm include ActiveModel::Model include Virtus::Model attribute :ukt_recipient_number, String end end end end
Version data entries
35 entries across 35 versions & 1 rubygems