Browse Source

Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes
pull/5/head
Tomohiro Suwa 9 years ago committed by Eugen Rochko
parent
commit
aa6a26a2d5
  1. 2
      app/models/account.rb

2
app/models/account.rb

@ -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