Merge pull request #436 from krainboltgreene/patch-2
Less complicated determination of subscriptionlolsob-rspec
commit
c65508da26
|
@ -104,7 +104,7 @@ class Account < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def subscribed?
|
def subscribed?
|
||||||
!subscription_expires_at.nil?
|
subscription_expires_at
|
||||||
end
|
end
|
||||||
|
|
||||||
def favourited?(status)
|
def favourited?(status)
|
||||||
|
|
Loading…
Reference in New Issue