swaggard icon indicating copy to clipboard operation
swaggard copied to clipboard

Documentation generated for one controller and not another

Open antarr opened this issue 5 years ago • 0 comments

I'm trying to add my UserRequestController to the documentation but nothing is showing up. When I do the same in another controller that inherits from the same base it works just fine.

ApiUserRequestsController (Not rendering in swagger)

# frozen_string_literal: true

# @tag Users
# Users related resources of the  API
class Api::V1::ApiUserRequestsController < Api::V1::APIController

ApiCertificateRequestsController (Is rendering in swagger)

# frozen_string_literal: true

# @tag Certificates
# Certificate related resources of the API
class Api::V1::ApiCertificateRequestsController < Api::V1::APIController

antarr avatar Dec 04 '19 23:12 antarr