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

@ -18,8 +18,6 @@ class About
include ActiveModel::Serialization
include StatsCacheable
attr_accessor :moderators, :admins
def self.stats_cache_key
"about-stats"
end