config/routes.rb in phcscriptcdnpro-4.5.9 vs config/routes.rb in phcscriptcdnpro-4.5.10

- old
+ new

@@ -11,11 +11,11 @@ # Script CDN Listing System namespace :script do # Main Script Module resources :listings, class_name: 'Phcscriptcdnpro::Script::Listing' do resources :urls, class_name: 'Phcscriptcdnpro::Script::Url' - resources :authors, class_name: 'Phcscriptcdnpro::Script::Author' end + resources :authors, class_name: 'Phcscriptcdnpro::Script::Author' resources :extensions, class_name: 'Phcscriptcdnpro::Script::Extension' resources :versions, class_name: 'Phcscriptcdnpro::Script::Version' resources :licences, class_name: 'Phcscriptcdnpro::Script::Licence' end