Sha256: 056760b43b2f81eed33fee9cba45504e48f900798eaa758b2b7f75b08e9a37d4

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

module Phcscriptcdnpro
	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

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.0.0 app/models/phcscriptcdnpro/script/listing.rb