Sha256: 9287fcf0dede2201e83a571b7dd8a3a89d8a08e96ac2e294ec80bca1431da209
Contents?: true
Size: 417 Bytes
Versions: 5
Compression:
Stored size: 417 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
5 entries across 5 versions & 1 rubygems