Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes
This commit is contained in:
Tomohiro Suwa 2017-05-04 02:13:04 +09:00 committed by Eugen Rochko
parent 4195aa80fb
commit 89550de8cf

View file

@ -182,7 +182,7 @@ class Account < ApplicationRecord
end
def subscribed?
!subscription_expires_at.blank?
subscription_expires_at.present?
end
def followers_domains