Class: SitemapRefreshJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
lib/generators/helios/sitemap/install/templates/sitemap_refresh_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
# File 'lib/generators/helios/sitemap/install/templates/sitemap_refresh_job.rb', line 6

def perform
  Helios::Sitemap::RefreshService.call
end