Commit 04a7b519 authored by Peter Leitzen's avatar Peter Leitzen

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

This commit fixes spring errors like:

A copy of Gitlab::Metrics::Subscribers::ActiveRecord has
been removed from the module tree but is still active!
parent fc560baf
......@@ -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