emilsjolander/goroutes

plural controller names should receive a singular id parameter

emilsjolander opened this issue · 0 comments

Example: If NotesController is a child controller of UsersController then the id of the accessed user sent to NotesController should be stored as param UserId not UsersId as it is done now.