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

- old
+ new

@@ -1,10 +1,10 @@ module Phcscriptcdn - class Script::Author < ApplicationRecord + class Script::Author < ApplicationRecord - # Relationships + # Relationships - # Listing (None Nested) - has_many :listings, class_name: 'Phcscriptcdn::Script::Listing' + # Listing (None Nested) + has_many :listings, class_name: 'Phcscriptcdn::Script::Listing' - end -end + end +end \ No newline at end of file