Sha256: de082a57bd8eba6251e4f807d8126d0e3af97e912c905bf24dd1064ada5b9f0b
Contents?: true
Size: 429 Bytes
Versions: 8
Compression:
Stored size: 429 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
8 entries across 8 versions & 1 rubygems