-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for model and resource classes in module #14
Comments
I'm revisiting this and now I get the following error which is more on the nose for the request I'm making here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a model in a module:
And a resource with the same structure:
When I try
rails generate jsonapi:swagger MyProject::MyModel
, I get the following error:I think that modules just are not supported. It would be nice to have support for this.
The text was updated successfully, but these errors were encountered: