Sapphire-CM / Sapphire

MIT License
3 stars 0 forks source link

routes: exercises shows up twice #197

Open Kriechi opened 9 years ago

Kriechi commented 9 years ago

exercises is mapped twice in routes

I think this is not supposed to be that way?

matthee commented 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?

Kriechi commented 9 years ago

Sounds reasonable. I'll try to do that.

Kriechi commented 9 years ago

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...