app/models/phcscriptcdn/script/version.rb in phcscriptcdn-4.3.6 vs app/models/phcscriptcdn/script/version.rb in phcscriptcdn-4.3.7

- old
+ new

@@ -1,13 +1,13 @@ module Phcscriptcdn - class Script::Version < ApplicationRecord + class Script::Version < ApplicationRecord - # Relationships + # Relationships - # Attach to Listing (None Nested) - has_many :listings, class_name: 'Phcscriptcdn::Script::Listing' + # Attach to Listing (None Nested) + has_many :listings, class_name: 'Phcscriptcdn::Script::Listing' - # Attach to URL (None Nested) - has_many :urls, class_name: 'Phcscriptcdn::Script::Url' + # Attach to URL (None Nested) + has_many :urls, class_name: 'Phcscriptcdn::Script::Url' - end -end + end +end \ No newline at end of file