Sha256: c8b6cf8255fb325a997b8ea0db5ab3a23a20268283ee058ead14b4edfcac0042
Contents?: true
Size: 555 Bytes
Versions: 17
Compression:
Stored size: 555 Bytes
Contents
module Usman module Api module V1 class DocsBaseController < Kuppayam::BaseController include Usman::AuthenticationHelper layout 'kuppayam/docs' before_action :current_user private def breadcrumbs_configuration { heading: "Usman - API Documentation", description: "A brief documentation of all APIs implemented in the gem Usman with input and output details and examples", links: [] } end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems