Make trendable_by_default not apply to posts

This commit is contained in:
Claire 2022-11-12 10:47:36 +01:00
parent 1ce29aeabf
commit 0d43d9926a
1 changed files with 0 additions and 4 deletions

View File

@ -260,10 +260,6 @@ class Account < ApplicationRecord
update!(memorial: true)
end
def trendable
boolean_with_default('trendable', Setting.trendable_by_default)
end
def sign?
true
end