Sha256: fbe9cde79eeb23a723ab8ed5752a3b10ef8881222a182633b23089d0798bf9c1
Contents?: true
Size: 150 Bytes
Versions: 4
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true module ActsAsContactable class Address < ActiveRecord::Base belongs_to :addressable, polymorphic: true end end
Version data entries
4 entries across 4 versions & 1 rubygems