app/models/phcscriptcdn/script/extension.rb in phcscriptcdn-4.3.6 vs app/models/phcscriptcdn/script/extension.rb in phcscriptcdn-4.3.7
- old
+ new
@@ -1,11 +1,11 @@
module Phcscriptcdn
- class Script::Extension < ApplicationRecord
+ class Script::Extension < ApplicationRecord
- # Relationships
+ # Relationships
- # URLs & Extensions (None Nested)
- has_many :listings, class_name: 'Phcscriptcdn::Script::Listing', :through => :urls
- has_many :urls, class_name: 'Phcscriptcdn::Script::Url'
+ # URLs & Extensions (None Nested)
+ has_many :listings, class_name: 'Phcscriptcdn::Script::Listing', :through => :urls
+ has_many :urls, class_name: 'Phcscriptcdn::Script::Url'
- end
-end
+ end
+end
\ No newline at end of file