Sha256: d536a57f20b521d3fdddc5e47d838051db3ed087ec75771399c880da42226119

Contents?: true

Size: 422 Bytes

Versions: 32

Compression:

Stored size: 422 Bytes

Contents

module Phcscriptcdnpro
	class Script::Listing < ApplicationRecord

		# Relationships

		#has_many :informations, class_name: 'Phcscriptcdn::Script::Version'
		# URL Nested
		has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url'

		# Author Nested
		has_many :authors, class_name: 'Phcscriptcdnpro::Script::Author'

		# Attach to Version
		belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version'

	end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.4.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.4.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.3.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.2.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.2.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.1.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.1.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.1.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.1.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.0.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.6.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.8 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.7 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.4 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.5.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.4.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.4.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-3.4.0 app/models/phcscriptcdnpro/script/listing.rb