Method: ActivityNotification::ApidocsController#index
- Defined in:
- app/controllers/activity_notification/apidocs_controller.rb
#index ⇒ Object
Returns root JSON of Swagger API references. GET /apidocs
71 72 73 |
# File 'app/controllers/activity_notification/apidocs_controller.rb', line 71 def index render json: ::Swagger::Blocks.build_root_json(SWAGGERED_CLASSES) end |