fix bad merge

This commit is contained in:
James Lopez 2016-11-22 12:01:21 +01:00
parent fc6f8f2056
commit 8639ea1b03
1 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,8 @@ class CycleAnalytics
def method_missing(method_sym, *arguments, &block)
classify_stage(method_sym).new(project: @project, options: @options, stage: method_sym)
end
def permissions(user:)
Gitlab::CycleAnalytics::Permissions.get(user: user, project: @project)
end