Sha256: 5a12ac66e9baa6b5ae21a1b2ed4f32066498ee55b678c402af8651a77dad543f

Contents?: true

Size: 524 Bytes

Versions: 13

Compression:

Stored size: 524 Bytes

Contents

module Phcscriptcdnpro
  class Script::Listing < ApplicationRecord

    # Relationships

    # Attach to URL (Nested)
    has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url'

    # Attach to Author (None Nested)
    belongs_to :author, class_name: 'Phcscriptcdnpro::Script::Author'

    # Attach to Version (None Nested)
    belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version'

    # Attach to Licence (None Nested)
    belongs_to :licence, class_name: 'Phcscriptcdnpro::Script::Licence'

  end
end


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcscriptcdnpro-6.0.2 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-6.0.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-6.0.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.10.3 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.10.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.10.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.9.5 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.9.1 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.9.0 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.9 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.7 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.6 app/models/phcscriptcdnpro/script/listing.rb
phcscriptcdnpro-5.8.5 app/models/phcscriptcdnpro/script/listing.rb