Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 18:30:27 +01:00
rubocop
Dieser Commit ist enthalten in:
Ursprung
56181f65f4
Commit
18001bebc1
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -155,7 +155,7 @@ class CustomWizard::Subscription
|
||||||
return :none unless subscribed?
|
return :none unless subscribed?
|
||||||
return :business if business?
|
return :business if business?
|
||||||
return :standard if standard?
|
return :standard if standard?
|
||||||
return :community if community?
|
:community if community?
|
||||||
end
|
end
|
||||||
|
|
||||||
def subscribed?
|
def subscribed?
|
||||||
|
|
Laden …
In neuem Issue referenzieren