Class: DiscourseSubscriptionClient::UpdateNotices

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

Instance Method Summary collapse

Instance Method Details

#execute(_args = {}) ⇒ Object



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

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