Sha256: de082a57bd8eba6251e4f807d8126d0e3af97e912c905bf24dd1064ada5b9f0b

Contents?: true

Size: 429 Bytes

Versions: 8

Compression:

Stored size: 429 Bytes

Contents

module Phcscriptcdnpro
  class Script::Url < ApplicationRecord

    # Relationships

    # Attach to Listings (Nested)
    belongs_to :listing, class_name: 'Phcscriptcdnpro::Script::Listing'

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

    # Attach to Extension (None Nested)
    belongs_to :extension, class_name: 'Phcscriptcdnpro::Script::Extension'

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-8.0.1 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-8.0.0 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-7.1.3 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-7.1.2 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-7.1.1 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-7.1.0 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-7.0.0 app/models/phcscriptcdnpro/script/url.rb
phcscriptcdnpro-6.0.3 app/models/phcscriptcdnpro/script/url.rb