From ff835f337765c9a5e3f5d0722ba7bbbd1afc57e0 Mon Sep 17 00:00:00 2001 From: Kurtis Rainbolt-Greene Date: Sat, 7 Jan 2017 17:59:51 -0800 Subject: [PATCH] Less complicated determination --- app/models/account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/account.rb b/app/models/account.rb index 41fcc864b3..db110a9e14 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -104,7 +104,7 @@ class Account < ApplicationRecord end def subscribed? - !subscription_expires_at.nil? + subscription_expires_at end def favourited?(status)