Sha256: b0d4f0bd1b6853b0097b2bcc9299814337ceaadea2e05faca27a740c72e049b6

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

module Phcscriptcdnpro
	class Script::Listing < ApplicationRecord

		# Relationships

		# Attach to URL (Nested)
		belongs_to :url, class_name: 'Phcscriptcdnpro::Script::Url'

		# Attach to Author (None Nested)
		belongs_to :author, class_name: 'Phcscriptcdnpro::Script::Author'

		# Attach to Version (None Nested)
		belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version'

		# Attach to Licence (None Nested)
		belongs_to :licence, class_name: 'Phcscriptcdnpro::Script::Licence'

	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.2.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.2.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.2.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.1.7 app/models/phcscriptcdnpro/script/listing.rb