Class: PagesCore::AutopublishJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/pages_core/autopublish_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/jobs/pages_core/autopublish_job.rb', line 7

def perform
  Autopublisher.run!
end