Sha256: f54c96d6b47cd9cb3c5fb86156792df3c6cd6473f55fb5313e3857957f8f615b

Contents?: true

Size: 502 Bytes

Versions: 32

Compression:

Stored size: 502 Bytes

Contents

module Phcscriptcdnpro
	class Script::Listing < ApplicationRecord

		# Relationships

		# Attach to URL (Nested)
		has_many :urls, 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

32 entries across 32 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.8.4 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.5 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.4 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.7.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.7 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.6 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.5 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.6.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.5.6 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.5.5 app/models/phcscriptcdnpro/script/listing.rb