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