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