Closed begedin closed 8 years ago
Closes #425
Since slugged routes have a polymorphic relationship to organizations and users via the owner field, this was a special case. I solved it by defining two possible responses for the get request. If anyone has a better idea, I'm all for it.
owner
Some minor notes here. Let me know when it could use re-review.
Just pushed up changes to my suggestions. Merging now.
Closes #425
Since slugged routes have a polymorphic relationship to organizations and users via the
owner
field, this was a special case. I solved it by defining two possible responses for the get request. If anyone has a better idea, I'm all for it.