Sha256: 159caa9064b12dabb04fb57182bd6db4ee432c830d6efd3220057db2c67dcf9d

Contents?: true

Size: 410 Bytes

Versions: 18

Compression:

Stored size: 410 Bytes

Contents

module Phcscriptcdn
	class Script::Listing < ApplicationRecord

		# Relationships

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

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

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

	end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phcscriptcdn-3.3.3 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.3.2 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.3.1 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.3.0 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.2.0 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.5 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.4 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.3 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.2 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.1 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.1.0 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.7 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.6 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.5 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.4 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.2 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.1 app/models/phcscriptcdn/script/listing.rb
phcscriptcdn-3.0.0 app/models/phcscriptcdn/script/listing.rb