fix module issue in cycle analytics controller
This commit is contained in:
parent
83130ae877
commit
f59b8afc82
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Projects::CycleAnalyticsController < Projects::ApplicationController
|
|||
before_action :authorize_read_cycle_analytics!
|
||||
|
||||
def show
|
||||
@cycle_analytics = CycleAnalytics.new(@project, from: parse_start_date)
|
||||
@cycle_analytics = ::CycleAnalytics.new(@project, from: parse_start_date)
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
|
|
Loading…
Reference in a new issue