diff --git a/app/models/account.rb b/app/models/account.rb
index cc3a8f3df4aae16f3d6da8fe62cdd47802edbdfc..fc7359cfc4b89dfa02542238b726e7db916af17c 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