The rules not changing after a game has started is a invariant of the `Game` model, not the `Session` model. As such, it should enforce it itself, instead of relying on its users. |
||
|---|---|---|
| .. | ||
| game_rules.js | ||
| game_rules.test.js | ||
| game.js | ||
| game.test.js | ||
| round_result.js | ||
| round_result.test.js | ||
| round.js | ||
| round.test.js | ||
| session.js | ||
| session.test.js | ||