-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration hash inside desc block is empty #1908
Comments
It seems that How can I access mountable configuration inside the I wish to use this feature to set up global headers for the swagger: desc 'Endpoint configuration' do
headers configuration[:headers_documentation]
end |
Is this just a bug? See if you can fix it @shlima or at least write a few failing tests around it. |
This sounds like a probable oversight on my part, as it seems like description had a pre-existing method called configuratoin (which is probably overwriting the configuration bit) |
I've found that the issue was that I was not handling properly the configuration within |
Fixed via #1926 |
The text was updated successfully, but these errors were encountered: