diff --git a/app/models/account.rb b/app/models/account.rb index cc3a8f3df4aae..fc7359cfc4b89 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -256,7 +256,7 @@ class Account < ApplicationRecord update!(memorial: true) end - def trendable + def trendable? boolean_with_default('trendable', Setting.trendable_by_default) end