Class: Phcpresspro::Modules::Connection

Inherits:
ApplicationRecord show all
Extended by:
FriendlyId
Defined in:
app/models/phcpresspro/modules/connection.rb

Instance Method Summary collapse

Instance Method Details

#phcpresspro_connections_slugObject

Define for Multiple Records



18
19
20
21
22
# File 'app/models/phcpresspro/modules/connection.rb', line 18

def phcpresspro_connections_slug
  [
    [:post_id, :category_id]
  ]
end