1
0
Fork 0
Dieser Commit ist enthalten in:
Nick Slowinski 2023-10-03 20:36:04 +02:00
Ursprung 6bc33ebd64
Commit 5fe63ec70e
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -154,14 +154,11 @@ class CustomWizard::Subscription
end
def type
return :none unless subscribed?
return :business if business?
return :standard if standard?
return :community if community?
return :business
end
def subscribed?
standard? || business? || community?
true
end
def standard?