Sha256: f7d8054dabf597081ff70a2bf8445ab891b1e39dfc6c4328f042e730866acd03
Contents?: true
Size: 283 Bytes
Versions: 10
Compression:
Stored size: 283 Bytes
Contents
module Phcscriptcdnpro class Script::Extension < ApplicationRecord # Relationships # URLs & Extensions (None Nested) has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing', :through => :urls has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' end end
Version data entries
10 entries across 10 versions & 1 rubygems