rswag/rswag

Rswag fires exception when response is generated by Jbuilder view

buxbunny110 opened this issue · 2 comments

There are lots of legacy projects using Jbuilder, it's not working with jbuilder, I don't know if it can be considered a bug or it's deliberately omitted to support?

the problem is, it's always giving 204 empty response when action is not generating response with regular 'render json:'

I use it with jbuilder without any issue. Do you have consumes "application/json" in your spec ?