config/routes.rb in phcscriptcdnpro-3.0.0 vs config/routes.rb in phcscriptcdnpro-3.0.1
- old
+ new
@@ -6,16 +6,16 @@
end
# Script CDN Listing System
namespace :script do
# Main Script Module
- resources :listings, class_name: 'Phcscriptcdn::Script::Listing' do
- resources :urls, class_name: 'Phcscriptcdn::Script::Url'
- resources :authors, class_name: 'Phcscriptcdn::Script::Author'
+ resources :listings, class_name: 'Phcscriptcdnpro::Script::Listing' do
+ resources :urls, class_name: 'Phcscriptcdnpro::Script::Url'
+ resources :authors, class_name: 'Phcscriptcdnpro::Script::Author'
end
- resources :extensions, class_name: 'Phcscriptcdn::Script::Extension'
- resources :versions, class_name: 'Phcscriptcdn::Script::Version'
- resources :licences, class_name: 'Phcscriptcdn::Script::Licence'
+ resources :extensions, class_name: 'Phcscriptcdnpro::Script::Extension'
+ resources :versions, class_name: 'Phcscriptcdnpro::Script::Version'
+ resources :licences, class_name: 'Phcscriptcdnpro::Script::Licence'
end
# Application API
namespace :api, :path => "", :constraints => {:subdomain => "api"} do
namespace :v1 do