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









                                                                                             
# frozen_string_literal: true

Rails.application.routes.draw do
  resources :machines
  resources :players
  # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

  # Defines the root path route ("/")
  # root "articles#index"
end