phpugl / Dime

Dime Timetracker [Symfony2, Backbone.js, Bootstrap]
http://dime-timetracker.de/
MIT License
32 stars 15 forks source link

wrong routing for activities #21

Closed nogo closed 12 years ago

nogo commented 12 years ago

The routing for activity api is wrong for PUT and DELETE. Should be "/api/activities" and not "/api/activity", but I dont find an error.

Can somebody review my changes for activity?

quafzi commented 12 years ago

Why did that happen? We assume, that REST Bundle created these automatically, but could not handle complex plural of "activity" correctly.