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

- old
+ new

@@ -1,19 +1,19 @@ module Phcscriptcdn - class Script::Listing < ApplicationRecord + class Script::Listing < ApplicationRecord - # Relationships + # Relationships - # Attach to URL (Nested) - has_many :urls, class_name: 'Phcscriptcdn::Script::Url' + # Attach to URL (Nested) + has_many :urls, class_name: 'Phcscriptcdn::Script::Url' - # Attach to Author (None Nested) - belongs_to :author, class_name: 'Phcscriptcdn::Script::Author' + # Attach to Author (None Nested) + belongs_to :author, class_name: 'Phcscriptcdn::Script::Author' - # Attach to Version (None Nested) - belongs_to :version, class_name: 'Phcscriptcdn::Script::Version' + # Attach to Version (None Nested) + belongs_to :version, class_name: 'Phcscriptcdn::Script::Version' - # Attach to Licence (None Nested) - belongs_to :licence, class_name: 'Phcscriptcdn::Script::Licence' + # Attach to Licence (None Nested) + belongs_to :licence, class_name: 'Phcscriptcdn::Script::Licence' - end -end + end +end \ No newline at end of file