Class: Phcpresspro::Article::Post

Inherits:
Phcpresspro::ApplicationRecord show all
Extended by:
FriendlyId
Defined in:
app/models/phcpresspro/article/post.rb

Instance Method Summary collapse

Instance Method Details

#phcpresspro_post_slugObject

Define for Multiple Records



32
33
34
35
36
# File 'app/models/phcpresspro/article/post.rb', line 32

def phcpresspro_post_slug
  [
    [:psttittle]
  ]
end