Skip to content
Snippets Groups Projects
Commit e8d6f6c8 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #436 from krainboltgreene/patch-2

Less complicated determination of subscription
parents db8a0885 4a7e3e50
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ class Account < ApplicationRecord
end
def subscribed?
!subscription_expires_at.nil?
subscription_expires_at
end
def favourited?(status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment