Commit 2f0d006e authored by manojmj's avatar manojmj

Fix missing path for avatars of bots

This change fixes missing path for avatars of bots
parent 1645f0fd
......@@ -38,7 +38,7 @@ module Avatarable
class_methods do
def bot_avatar(image:)
Rails.root.join('app', 'assets', 'images', 'bot_avatars', image).open
Rails.root.join('lib', 'assets', 'images', 'bot_avatars', image).open
end
end
......
---
title: Fix missing path for avatars of bots
merge_request: 37671
author:
type: fixed
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