config/routes.rb in phcscriptcdn-0.7.0 vs config/routes.rb in phcscriptcdn-0.9.1

- old
+ new

@@ -1,14 +1,12 @@ Phcscriptcdn::Engine.routes.draw do - - # Notification System - mount Phcnotifi::Engine, :at => '/' + # Script CDN Listing System namespace :scriptcdn do - resources :scripts do + resources :scripts + resources :scriptversions do resources :scripturls end - resources :scriptversions end end