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