Skip to content

Commit

Permalink
Restore "active" as valid subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Apr 18, 2024
1 parent 879d255 commit 9566658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def subscription_status

def active_subscription?
self.admin? ||
#self[:subscription_status] == "active" ||
self[:subscription_status] == "active" ||
self[:subscription_status] == "free" ||
self[:subscription_status] == "trialing"
end
Expand Down

0 comments on commit 9566658

Please sign in to comment.