I am looking for a gem which will generate swagger doc and showed it on the swagger UI, I came across rswag
gem but it requires spec file needs to be present for generating the swagger doc
Is there any gem that will auto generate swagger doc if I put it in on the API controller?