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-73.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-72.2.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-72.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-72.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-71.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-70.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-68.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-67.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-66.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-65.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-64.1.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-64.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-63.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-62.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-61.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-60.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-59.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-58.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-57.0.0 app/models/phcscriptcdnpro/script/author.rb
phcscriptcdnpro-56.0.0 app/models/phcscriptcdnpro/script/author.rb