about summary refs log tree commit diff
path: root/config/routes.rb
blob: 2a7b6e158e1ab4388dde04733cb0e4ac4c9d8f3b (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

Rails.application.routes.draw do
  get 'randomize', to: 'pages#randomize'
  resources :machines
  resources :players

  root 'pages#index'
end