Sha256: 81109565b33c7e271165e8c7405125645bc32b4bb93632e8371a16a1683b12ec

Contents?: true

Size: 546 Bytes

Versions: 92

Compression:

Stored size: 546 Bytes

Contents

module Phcscriptcdnpro
  class Script::Author < ApplicationRecord

    # Clean URL Initialize
    extend FriendlyId

    # Add Paper Trail
    has_paper_trail :class_name => 'Phcscriptcdnpro::AuthorVersions'

    # Relationships
    has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing'

    # Clean URL Define
    friendly_id :phcscriptcdnpro_author_slug, use: [:slugged, :finders]

    # Define for Multiple Records
    def phcscriptcdnpro_author_slug
      [
        [:authorfirstname, :authorlastname]
      ]
    end

  end
end

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
phcscriptcdnpro-27.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-26.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-25.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-24.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-24.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-23.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-22.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-22.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-21.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-21.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.8.1 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.8.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.7.1 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.7.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.6.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.5.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.4.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.3.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.2.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-20.1.0 app/models/phcscriptcdnpro/script/author.rb