Sha256: b77654ad625d32304049ae6717378696b93f1339fe5ed5feab8a6b38cfd593bf

Contents?: true

Size: 351 Bytes

Versions: 27

Compression:

Stored size: 351 Bytes

Contents

module Phcscriptcdnpro
	class Script::Listing < ApplicationRecord

		# Relationships

		# 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

27 entries across 27 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.1.4 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.1.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.1.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.1.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.1.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.0.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.0.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.0.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.0.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.6 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.5 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.4 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.6.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.5.10 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.5.9 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.5.8 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-4.5.7 app/models/phcscriptcdnpro/script/listing.rb