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