Class: Phcmemberspro::Member::Listing

Inherits:
ApplicationRecord show all
Extended by:
FriendlyId
Defined in:
app/models/phcmemberspro/member/listing.rb

Instance Method Summary collapse

Instance Method Details

#phc_nice_url_slugObject



51
52
53
54
55
# File 'app/models/phcmemberspro/member/listing.rb', line 51

def phc_nice_url_slug
  [
    [:listing_company_name, :listing_contact_name]
  ]
end