Sha256: 538e47e9bd9bd25d4f776de81122af3d7f387ff1f27e8b4259dfd8c9ec5b2698
Contents?: true
Size: 402 Bytes
Versions: 11
Compression:
Stored size: 402 Bytes
Contents
module Phcscriptcdn class Script::Url < ApplicationRecord # Relationships # Attach to Listings (Nested) belongs_to :listing, class_name: 'Phcscriptcdn::Script::Listing' # Attach to Version (None Nested) belongs_to :version, class_name: 'Phcscriptcdn::Script::Version' # Attach to Extension (None Nested) belongs_to :extension, class_name: 'Phcscriptcdn::Script::Extension' end end
Version data entries
11 entries across 11 versions & 1 rubygems