spec/internal/config/routes.rb in curate-0.6.4 vs spec/internal/config/routes.rb in curate-0.6.5
- old
+ new
@@ -1,13 +1,5 @@
Internal::Application.routes.draw do
- root 'catalog#index'
- Blacklight.add_routes(self)
- HydraHead.add_routes(self)
- devise_for :users, controllers: { sessions: :sessions, registrations: :registrations}
-
-
- curate_for
-
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
# root 'welcome#index'