spec/internal/config/routes.rb in curate-0.6.5 vs spec/internal/config/routes.rb in curate-0.6.6

- old
+ new

@@ -1,5 +1,13 @@ 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'