Skip to content
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

handle grape's :prefix correctly #52

Closed
wants to merge 1 commit into from

Conversation

bwalex
Copy link

@bwalex bwalex commented Jul 16, 2013

When you use :prefix on the grape API for which you want to generate the swagger doc, it currently shows it all as a single resource on that prefix.

With this pull request, it'll keep the old behaviour when :prefix isn't specified, but strip out the prefix of the resource name when it is.

@tim-vandecasteele
Copy link
Contributor

Thanks, useful fix, but I went with the implementation of #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants