test/dummy/config/routes.rb in maestrano-rails-0.4.0 vs test/dummy/config/routes.rb in maestrano-rails-0.5.0
- old
+ new
@@ -1,15 +1,8 @@
Dummy::Application.routes.draw do
get "pages/home"
-
- namespace :maestrano do
- namespace :auth do
- resources :saml, only:[] do
- get 'init', on: :collection
- post 'consume', on: :collection
- end
- end
- end
+
+ maestrano_routes
root to: 'pages#home'
# The priority is based upon order of creation:
# first created -> highest priority.