Sha256: 38a2009c69526e9c5496d29ec5a4231f1f288764d0945b460fcadc34bb380325
Contents?: true
Size: 308 Bytes
Versions: 13
Compression:
Stored size: 308 Bytes
Contents
module Phcscriptcdnpro class Script::Version < ApplicationRecord # Relationships # Attach to Listing (None Nested) has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing' # Attach to URL (None Nested) has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' end end
Version data entries
13 entries across 13 versions & 1 rubygems