Skip to content
Snippets Groups Projects
Commit aa6a26a2 authored by Tomohiro Suwa's avatar Tomohiro Suwa Committed by Eugen Rochko
Browse files

Correct Account model for rubocop (#2587)

* Correct Account model for rubocop

* Undo these changes
parent d91ba3c8
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class Account < ApplicationRecord
end
def subscribed?
!subscription_expires_at.blank?
subscription_expires_at.present?
end
def followers_domains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment