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

Generate from a different base resource? #6

Open
Geethree opened this issue Oct 16, 2019 · 0 comments
Open

Generate from a different base resource? #6

Geethree opened this issue Oct 16, 2019 · 0 comments

Comments

@Geethree
Copy link

Geethree commented Oct 16, 2019

I can generate a swagger.json from our base resource with
bundle exec rails generage jsonapi:swagger Api::Base

module Api
  class BaseResource < JSONAPI::Resource
    class << selfmodule Api
...

Though for things that are build on top of the BaseResource I can not figure it out..

module Api
  module V1
    class ContainerResource < Api::BaseResource

Thoughts?

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

No branches or pull requests

1 participant