Sha256: 6f1c0a9b92ee6edda8102e752ee72353c19f72b665720515e191c85b333887e8
Contents?: true
Size: 366 Bytes
Versions: 18
Compression:
Stored size: 366 Bytes
Contents
module Phcscriptcdn class Script::Url < ApplicationRecord # Relationships # Attach to Listings belongs_to :listing, class_name: 'Phcscriptcdn::Script::Listing' # Attach to Version belongs_to :version, class_name: 'Phcscriptcdn::Script::Version' # Attach to Extensions belongs_to :extension, class_name: 'Phcscriptcdn::Script::Extension' end end
Version data entries
18 entries across 18 versions & 1 rubygems