Open flaviolpgjr opened 7 years ago
try :base_api_controller => ActionController
?
Thank you very much, I have decided to add in config/routes.rb
namespace :api do
namespace :v1 do
resources :users
end
end
https://github.com/richhollis/swagger-docs/issues/147#issuecomment-337801122
I solved the issue in this way
Thank you Friends
same issue here! I'm using Rails 5 API, and workarounds are not working.
@msdundar did you try with my solution?
@fercreek yes it has fixed the issue! thanks.
@msdundar great! I'm glad for you. @richhollis can you check if this is the best solution for this issue?
Hi, can anyone help me please, already tried in all possible ways, but this is returning the same error: 1.0: 0 processed / 4 skipped, when running :
SD_LOG_LEVEL=1 rake swagger:docs
swagger-docs.rb:
users_controller.rb