Commit 4d9b34bb authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix method visibility in gitlab metrics class

parent f281041f
...@@ -136,10 +136,10 @@ module Gitlab ...@@ -136,10 +136,10 @@ module Gitlab
end end
end end
private
def self.current_transaction def self.current_transaction
Transaction.current Transaction.current
end end
private_class_method :current_transaction
end 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