Class: Phcmemberspro::Member::Profile

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

Instance Method Summary collapse

Instance Method Details

#phc_nice_url_slugObject



39
40
41
42
43
# File 'app/models/phcmemberspro/member/profile.rb', line 39

def phc_nice_url_slug
  [
    [:member_first_name, :member_last_name]
  ]
end