Fix ruby lint

This commit is contained in:
KMY 2023-02-24 17:53:12 +09:00
parent df6de7daf5
commit f157a509d6
6 changed files with 52 additions and 65 deletions

View file

@ -9,9 +9,9 @@
# replies_count :bigint(8) default(0), not null
# reblogs_count :bigint(8) default(0), not null
# favourites_count :bigint(8) default(0), not null
# emoji_reactions :string
# created_at :datetime not null
# updated_at :datetime not null
# emoji_reactions :string
#
class StatusStat < ApplicationRecord