gitlab-ce/app/controllers/projects/cycle_analytics_controller.rb

6 lines
148 B
Ruby

class Projects::CycleAnalyticsController < Projects::ApplicationController
def show
@cycle_analytics = CycleAnalytics.new(@project)
end
end