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