1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 23:09:12 +09:00

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 d91ba3c8d0
commit aa6a26a2d5

View File

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