config/routes.rb in ecm_downloads2-5.0.0 vs config/routes.rb in ecm_downloads2-5.0.1

- old
+ new

@@ -1,11 +1,12 @@ Ecm::Downloads::Engine.routes.draw do localized do - scope :ecm_downloads do + scope :ecm_downloads_engine do resources :download_categories, only: [:index, :show] resources :downloads, only: [:index, :show] do get :download, on: :member end + root to: 'download_categories#index' end end end