Sha256: 7fc7fd0955c177817d9ed3d611cda18d4c71374d22bbae5cc414cc563057d6a9
Contents?: true
Size: 352 Bytes
Versions: 81
Compression:
Stored size: 352 Bytes
Contents
module Phcmemberspro class Directory::Categorylisting < ApplicationRecord # Paper_tail Initialize has_paper_trail :class_name => 'Phcmemberspro::CategoryListingVersions' # Relationships belongs_to :listing, class_name: 'Phcmemberspro::Member::Listing' belongs_to :category, class_name: 'Phcmemberspro::Directory::Category' end end
Version data entries
81 entries across 81 versions & 1 rubygems