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