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