DEV: Fix Lint/DuplicateMethods (#24746)

This commit is contained in:
Jarek Radosz
2023-12-06 13:18:34 +01:00
committed by GitHub
parent 4280c01153
commit 138bf486d3
16 changed files with 5 additions and 64 deletions

View File

@ -2,8 +2,6 @@
module Chat
class UserMessageBookmarkSerializer < UserBookmarkBaseSerializer
attr_reader :chat_message
def title
fancy_title
end