Sha256: 61687b165c452b858d41ecbff6ee099ffd5ebb2e8a3e2cd603938783d614db7a

Contents?: true

Size: 298 Bytes

Versions: 5

Compression:

Stored size: 298 Bytes

Contents

module Phcscriptcdn
  class Script::Version < ApplicationRecord

    # Relationships

    # Attach to Listing (None Nested)
    has_many :listings, class_name: 'Phcscriptcdn::Script::Listing'

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

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcscriptcdn-5.0.0 app/models/phcscriptcdn/script/version.rb
phcscriptcdn-4.3.10 app/models/phcscriptcdn/script/version.rb
phcscriptcdn-4.3.9 app/models/phcscriptcdn/script/version.rb
phcscriptcdn-4.3.8 app/models/phcscriptcdn/script/version.rb
phcscriptcdn-4.3.7 app/models/phcscriptcdn/script/version.rb