Sha256: 5a12ac66e9baa6b5ae21a1b2ed4f32066498ee55b678c402af8651a77dad543f
Contents?: true
Size: 524 Bytes
Versions: 13
Compression:
Stored size: 524 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
13 entries across 13 versions & 1 rubygems