robert-damoc / game-stats

0 stars 0 forks source link

Create/Update Round controller #44

Closed robert-damoc closed 11 months ago

robert-damoc commented 1 year ago

Create the Round controller, and define all the methods, except index and show.

All the logic should rely on the game as the root abject. i.e. you won't access the round directly by Round.something, but from a game, like game.rounds.something