Closed vdolbilov closed 6 years ago
Hi,
I added a parent_controller config (inspired by Devise) to allow users to set a controller for Apitome::DocsController to inherit from. This makes it a lot easier to do things like custom auth for the docs endpoint.
parent_controller
Apitome::DocsController
Hi,
I added a
parent_controller
config (inspired by Devise) to allow users to set a controller forApitome::DocsController
to inherit from. This makes it a lot easier to do things like custom auth for the docs endpoint.