Open Kriechi opened 9 years ago
this is probably a leftover. i like the idea of scoping all term-related resources under /terms/:id/resource
. what do you think?
Sounds reasonable. I'll try to do that.
It seems like the bigger part of routes is currently under /exercise/:id:/...
and only two smaller routes are hooked under /term/:id/exercise/:id/...
.
Would require touching a lot of files and views to refactor the urls...
exercises is mapped twice in routes
/terms/:id/exercises/...
/exercises/...
I think this is not supposed to be that way?