Fernando Contreras

Results 18 comments of Fernando Contreras

I'm on it too!

Use `@import 'toastr'` @codemilan

I found two ways to solve this: * In `swagger_docs.rb` ```rb include Swagger::Docs::ImpotentMethods # Swagger::Docs::Config.register_apis({}) class Swagger::Docs::Config def self.base_api_controller ActionController::API end end ``` Or adding at the top of `routes.rb`...

https://github.com/richhollis/swagger-docs/issues/147#issuecomment-337801122 I solved the issue in this way

@msdundar did you try with my solution?

@msdundar great! I'm glad for you. @richhollis can you check if this is the best solution for this issue?

https://github.com/richhollis/swagger-docs/issues/147#issuecomment-337801122 @liuziyuan I solved the issue in this way