super-graph/example/config/routes.rb

9 lines
230 B
Ruby
Raw Normal View History

2019-03-24 14:57:29 +01:00
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