Sha256: 281e31db0e4c87f592dc7aa1765137095c5bb5138049c620819f0ab3eac67ccc
Contents?: true
Size: 347 Bytes
Versions: 130
Compression:
Stored size: 347 Bytes
Contents
module Phcmemberspro class Directory::Category < ApplicationRecord # Add Paper Trail has_paper_trail # Model Relationships has_many :categorylistings, class_name: 'Phcmemberspro::Directory::Categorylisting', dependent: :destroy has_many :listings, class_name: 'Phcmemberspro::Member::Listing', :through => :categorylistings end end
Version data entries
130 entries across 130 versions & 1 rubygems