super-graph/example/config/routes.rb
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

9 lines
230 B
Ruby

Rails.application.routes.draw do
devise_for :customers
devise_for :users
resources :products
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root to: "home#index"
end