You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like SwaggerYard.register_custom_yard_tags! is never fired when initializing SwaggerYard. Before adding this line to my own config I got errors like Unknown tag @resource in file and the documentation is never generated. Is this an oversight or am I doing something wrong? I've followed the docs pretty much exactly
The text was updated successfully, but these errors were encountered:
You're correct about this. Usually we've used this in conjunction with swagger_yard-rails which does call that initializer. If you think it would be better to call it automatically, would you mind submitting a PR for that?
It looks like
SwaggerYard.register_custom_yard_tags!
is never fired when initializingSwaggerYard
. Before adding this line to my own config I got errors likeUnknown tag @resource in file
and the documentation is never generated. Is this an oversight or am I doing something wrong? I've followed the docs pretty much exactlyThe text was updated successfully, but these errors were encountered: