Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-02 11:27:01 +01:00
9 Zeilen
Kein EOL
183 B
Ruby
9 Zeilen
Kein EOL
183 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CustomWizard::UpdateProSubscription < ::Jobs::Scheduled
|
|
every 1.hour
|
|
|
|
def execute(args={})
|
|
CustomWizard::Pro.update_subscription
|
|
end
|
|
end |