Class: Projects::Analytics::CycleAnalytics::SummaryController

Inherits:
Projects::ApplicationController
  • Object
show all
Extended by:
Gitlab::Utils::Override
Includes:
CycleAnalyticsParams
Defined in:
app/controllers/projects/analytics/cycle_analytics/summary_controller.rb

Instance Method Summary collapse

Methods included from Gitlab::Utils::Override

extended, extensions, included, method_added, override, prepended, queue_verification, verify!

Methods included from CycleAnalyticsParams

#cycle_analytics_group_params, #cycle_analytics_project_params, #options

Instance Method Details

#showObject



15
16
17
# File 'app/controllers/projects/analytics/cycle_analytics/summary_controller.rb', line 15

def show
  render json: project_level.summary
end