Sha256: 40dc170c2e60fcccfeb7fd3cc8a5e455c42aee9e9c1954aef0daf41a67925f45
Contents?: true
Size: 145 Bytes
Versions: 7
Compression:
Stored size: 145 Bytes
Contents
module CustomerVault class Link < ActiveRecord::Base belongs_to :alice, polymorphic: true belongs_to :bob, polymorphic: true end end
Version data entries
7 entries across 7 versions & 1 rubygems