parent
819a3edae4
commit
4cc1a2f9dc
12 changed files with 82 additions and 12 deletions
After Width: | Height: | Size: 70 KiB |
@ -1,3 +0,0 @@ |
||||
// Place all the styles related to the Machines controller here. |
||||
// They will automatically be included in application.css. |
||||
// You can use Sass (SCSS) here: https://sass-lang.com/ |
@ -1,3 +0,0 @@ |
||||
// Place all the styles related to the Players controller here. |
||||
// They will automatically be included in application.css. |
||||
// You can use Sass (SCSS) here: https://sass-lang.com/ |
@ -0,0 +1,4 @@ |
||||
class PagesController < ApplicationController |
||||
def index |
||||
end |
||||
end |
@ -0,0 +1,3 @@ |
||||
<h1>nomi pinball</h1> |
||||
<%= image_tag "coinslotlogo.png" %> |
||||
|
@ -1,6 +1,6 @@ |
||||
Rails.application.routes.draw do |
||||
root "machines#index" |
||||
|
||||
root 'pages#index' |
||||
get 'random', to: 'machines#random' |
||||
resources :machines |
||||
resources :players |
||||
end |
||||
|
Loading…
Reference in new issue