Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes
lolsob-rspec
Tomohiro Suwa 2017-05-04 02:13:04 +09:00 committed by Eugen Rochko
parent 4195aa80fb
commit 89550de8cf
1 changed files with 1 additions and 1 deletions

View File

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