app/models/phcscriptcdnpro/script/licence.rb in phcscriptcdnpro-5.8.4 vs app/models/phcscriptcdnpro/script/licence.rb in phcscriptcdnpro-5.8.5

- old
+ new

@@ -1,10 +1,10 @@ module Phcscriptcdnpro - class Script::Licence < ApplicationRecord + class Script::Licence < ApplicationRecord - # Relationships + # Relationships - # Listing (None Nested) - has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing' + # Listing (None Nested) + has_many :listings, class_name: 'Phcscriptcdnpro::Script::Listing' - end + end end