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