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-40.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-40.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-39.0.1 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-39.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-38.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-38.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-37.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-36.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-36.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-35.0.1 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-34.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-34.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-33.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-32.0.1 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-32.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-31.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-30.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-30.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-29.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-28.0.0 app/models/phcscriptcdnpro/script/author.rb