Skip to content

Commit

Permalink
Fix wrong usage of game partial in games/show view
Browse files Browse the repository at this point in the history
  • Loading branch information
drjole committed Oct 19, 2024
1 parent 19302d0 commit 88fff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/games/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1>Game</h1>

<%= render @game %>
<%= render partial: @game, locals: { game: @game, user: nil } %>

0 comments on commit 88fff6d

Please sign in to comment.