app/models/phcscriptcdnpro/script/listing.rb in phcscriptcdnpro-4.4.1 vs app/models/phcscriptcdnpro/script/listing.rb in phcscriptcdnpro-4.5.0

- old
+ new

@@ -1,10 +1,9 @@ module Phcscriptcdnpro class Script::Listing < ApplicationRecord # Relationships - #has_many :informations, class_name: 'Phcscriptcdn::Script::Version' # URL Nested has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url' # Author Nested has_many :authors, class_name: 'Phcscriptcdnpro::Script::Author'