Commit 2e1c3c52 authored by Valeriy Sizov's avatar Valeriy Sizov

#1606 Fixes

parent e9c35609
module Gitlab
module APIHelpers
def current_user
@current_user ||= User.find_by_authentication_token(params[:private_token] || header[:private_token])
@current_user ||= User.find_by_authentication_token(params[:private_token] || header["private_token"])
end
def user_project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment