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



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

def phcpresspro_post_slug
  [
    [:psttitle]
  ]
end