app/models/phcscriptcdnpro/script/version.rb in phcscriptcdnpro-17.0.0 vs app/models/phcscriptcdnpro/script/version.rb in phcscriptcdnpro-17.1.0
- old
+ new
@@ -3,14 +3,14 @@
# Clean URL Initialize
extend FriendlyId
# Add Paper Trail
- has_paper_trail :class_name => 'Phcscriptcdn::ScriptversionVersions'
+ has_paper_trail :class_name => 'Phcscriptcdnpro::ScriptversionVersions'
# Relationships
- has_many :listings, class_name: 'Phcscriptcdn::Script::Listing'
- has_many :urls, class_name: 'Phcscriptcdn::Script::Url'
+ has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing'
+ has_many :urls, class_name: 'Phcscriptcdnpro::Script::Url'
# Validation for Form Fields
validates :scriptversion,
presence: true