This PR adds two main actions to show games in the depot:
an action on /depot/games/:id
a #index action on /depot that shows a list of games
The views are very rudimentary, and the path helper URLs are not used for now. Also, the games should eventually have a slug, so we can see URLs more like /depot/games/alex-adventures
Where are the Games?
This PR adds two main actions to show games in the depot:
/depot/games/:id
#index
action on/depot
that shows a list of gamesThe views are very rudimentary, and the path helper URLs are not used for now. Also, the games should eventually have a slug, so we can see URLs more like
/depot/games/alex-adventures