-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
I'm trying to figure out how to use the following example from the docs:
/comment/any/votes/index.get.json
it seems to me like requests such as
GET /comment/1/votes/
GET /comment/asdfasdf/votes/
or even
GET /comment/2/votes
should all map to this file.
However, that doesn't appear to be the behavior I'm seeing. Instead, I get 404 errors. Is this the designed behavior or is it a bug?