module Phcmembers class Directory::Categorylisting < ApplicationRecord # Model Relationships belongs_to :listing, class_name: 'Phcmembers::Member::Listing' belongs_to :category, class_name: 'Phcmembers::Directory::Category' end end