Sha256: b77654ad625d32304049ae6717378696b93f1339fe5ed5feab8a6b38cfd593bf
Contents?: true
Size: 351 Bytes
Versions: 27
Compression:
Stored size: 351 Bytes
Contents
module Phcscriptcdnpro class Script::Listing < ApplicationRecord # Relationships # URL Nested has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' # Author Nested has_many :authors, class_name: 'Phcscriptcdnpro::Script::Author' # Attach to Version belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version' end end
Version data entries
27 entries across 27 versions & 1 rubygems