app/models/phcscriptcdnpro/script/author.rb in phcscriptcdnpro-3.0.0 vs app/models/phcscriptcdnpro/script/author.rb in phcscriptcdnpro-3.0.1

- old
+ new

@@ -2,9 +2,9 @@ class Script::Author < ApplicationRecord # Relationships # Attach to Listings - belongs_to :listing, class_name: 'Phcscriptcdn::Script::Listing' + belongs_to :listing, class_name: 'Phcscriptcdnpro::Script::Listing' end end