Browse Source

Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes
closed-social-glitch-2
Tomohiro Suwa 7 years ago
committed by Eugen Rochko
parent
commit
aa6a26a2d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/models/account.rb

+ 1
- 1
app/models/account.rb View File

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

Loading…
Cancel
Save