module Phcscriptcdnpro class Script::Version < ApplicationRecord #Relationships # URL Un-Nested has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' # Listing Un-Nested has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing' end end