Class: Pacman::HomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/home_controller.rb', line 8

def show
  render :show, home: home, palette: command_palette
end

#start_gameObject



12
13
14
# File 'app/controllers/home_controller.rb', line 12

def start_game
  navigate_to "/game"
end