diff --git a/app/models/account.rb b/app/models/account.rb index 88f25aa4b..d64591641 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -182,7 +182,7 @@ class Account < ApplicationRecord end def subscribed? - !subscription_expires_at.blank? + subscription_expires_at.present? end def followers_domains