Open chadwtaylor opened 9 years ago
Refer to the jsonapi.org docs, it looks like the root wrap to be pluralized at all times.
Another thing, I thought the purpose of this test is to test the use of render json:singers but respond_with is being used instead?
render json:singers
respond_with
Refer to the jsonapi.org docs, it looks like the root wrap to be pluralized at all times.
Another thing, I thought the purpose of this test is to test the use of
render json:singers
butrespond_with
is being used instead?