Skip to content
Snippets Groups Projects
Commit 4a7e3e50 authored by Kurtis Rainbolt-Greene's avatar Kurtis Rainbolt-Greene Committed by GitHub
Browse files

Less complicated determination

parent 6d097d55
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment