Class: Phcscriptcdnpro::Script::Author

Inherits:
ApplicationRecord show all
Extended by:
FriendlyId
Defined in:
app/models/phcscriptcdnpro/script/author.rb

Instance Method Summary collapse

Instance Method Details

#phcscriptcdnpro_author_slugObject

Define for Multiple Records



17
18
19
20
21
# File 'app/models/phcscriptcdnpro/script/author.rb', line 17

def phcscriptcdnpro_author_slug
  [
    [:authorfirstname, :authorlastname]
  ]
end