Commit bd43c466 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'pl-fix-spring-stale-activerecord' into 'master'

Fix autoload issue for "Gitlab::Metrics::Subscribers::ActiveRecord"

See merge request gitlab-org/gitlab!44842
parents 6e7e1982 04a7b519
......@@ -61,7 +61,7 @@ module Gitlab
end
def current_transaction
Transaction.current
::Gitlab::Metrics::Transaction.current
end
end
end
......
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