mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 01:25:15 +00:00
Correct Account model for rubocop (#2587)
* Correct Account model for rubocop * Undo these changes
This commit is contained in:
parent
d91ba3c8d0
commit
aa6a26a2d5
|
@ -182,7 +182,7 @@ class Account < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def subscribed?
|
def subscribed?
|
||||||
!subscription_expires_at.blank?
|
subscription_expires_at.present?
|
||||||
end
|
end
|
||||||
|
|
||||||
def followers_domains
|
def followers_domains
|
||||||
|
|
Loading…
Reference in a new issue