Sha256: f54c96d6b47cd9cb3c5fb86156792df3c6cd6473f55fb5313e3857957f8f615b
Contents?: true
Size: 502 Bytes
Versions: 32
Compression:
Stored size: 502 Bytes
Contents
module Phcscriptcdnpro class Script::Listing < ApplicationRecord # Relationships # Attach to URL (Nested) has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' # Attach to Author (None Nested) belongs_to :author, class_name: 'Phcscriptcdnpro::Script::Author' # Attach to Version (None Nested) belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version' # Attach to Licence (None Nested) belongs_to :licence, class_name: 'Phcscriptcdnpro::Script::Licence' end end
Version data entries
32 entries across 32 versions & 1 rubygems