Sha256: e582f45d06ee7e28c755a43d3c23d6bdf1a29a916a27bfff5db7a0dfe937bf31
Contents?: true
Size: 261 Bytes
Versions: 7
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Syncify class PolymorphicAssociation attr_accessor :property attr_accessor :associations def initialize(property, associations) @property = property @associations = associations end end end
Version data entries
7 entries across 7 versions & 1 rubygems