Class: DiscourseSubscriptionClient::UpdateSubscriptions

Inherits:
Jobs::Scheduled
  • Object
show all
Defined in:
app/jobs/discourse_subscription_client/update_subscriptions.rb

Instance Method Summary collapse

Instance Method Details

#execute(_args = {}) ⇒ Object



7
8
9
# File 'app/jobs/discourse_subscription_client/update_subscriptions.rb', line 7

def execute(_args = {})
  Subscriptions.update
end