Sha256: f71e0ca646b4bb9be90fea71fb467a180f059b9233f413f0fded8a691bd83ade
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
module Unidom::Contact::China::Concerns::AsMobilePhoneNumberSubscriber extend ActiveSupport::Concern include Unidom::Contact::Concerns::AsSubscriber included do |includer| has_many :china_mobile_phone_numbers, through: :contact_subscriptions, source: :contact, source_type: 'Unidom::Contact::China::MobilePhoneNumber' end end
Version data entries
3 entries across 3 versions & 1 rubygems