Fix link route name

This commit is contained in:
Jesse C. Fisher 2021-07-07 23:00:21 -07:00
parent 753acd9aee
commit d72ed9eeec

View File

@ -10,7 +10,7 @@
= @game.title = @game.title
- if @game.can_accomodate(current_user) - if @game.can_accomodate(current_user)
= link_to 'Join', game_join_path(@game) = link_to 'Join', join_game_path(@game)
- if @game.startable? && @game.already_has?(current_user) - if @game.startable? && @game.already_has?(current_user)
= link_to 'Start', start_game_path(@game) = link_to 'Start', start_game_path(@game)