about summary refs log blame commit diff
path: root/config/routes.rb
blob: 895a87c911a311b1aed0905052b995b5ff149929 (plain) (tree)
1
2
3
4
5
6
                                

                                     


                     
Rails.application.routes.draw do
  root 'pages#index'
  get 'random', to: 'machines#random'
  resources :machines
  resources :players
end