Class: Pacman::HomeController
- Inherits:
-
ApplicationController
- Object
- Charming::Controller
- ApplicationController
- Pacman::HomeController
- Defined in:
- app/controllers/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 |
# File 'app/controllers/home_controller.rb', line 8 def show render :show, home: home, palette: command_palette end |
#start_game ⇒ Object
12 13 14 |
# File 'app/controllers/home_controller.rb', line 12 def start_game navigate_to "/game" end |