config/routes.rb in phcscriptcdnpro-65.0.0 vs config/routes.rb in phcscriptcdnpro-66.0.0
- old
+ new
@@ -1,10 +1,10 @@
Phcscriptcdnpro::Engine.routes.draw do
- # Add Accounts and Logins
- mount Phcaccountspro::Engine => "/"
+ # Mount Accounts Engine
+ mount Phcaccountspro::Engine, :at => '/'
- # Application Routes
+ # Application Scripts
namespace :script do
# Main Script Module
resources :listings, class_name: 'Phcscriptcdnpro::Script::Listing' do
resources :urls, class_name: 'Phcscriptcdnpro::Script::Url'
end