app/models/phcscriptcdnpro/script/listing.rb in phcscriptcdnpro-3.0.0 vs app/models/phcscriptcdnpro/script/listing.rb in phcscriptcdnpro-3.0.1
- old
+ new
@@ -3,15 +3,15 @@
# Relationships
#has_many :informations, class_name: 'Phcscriptcdn::Script::Version'
# URL Nested
- has_many :urls, class_name: 'Phcscriptcdn::Script::Url'
+ has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url'
# Author Nested
- has_many :authors, class_name: 'Phcscriptcdn::Script::Author'
+ has_many :authors, class_name: 'Phcscriptcdnpro::Script::Author'
# Attach to Version
- belongs_to :version, class_name: 'Phcscriptcdn::Script::Version'
+ belongs_to :version, class_name: 'Phcscriptcdnpro::Script::Version'
end
end