Class: SitemapRefreshJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- SitemapRefreshJob
- Defined in:
- lib/generators/helios/sitemap/install/templates/sitemap_refresh_job.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'lib/generators/helios/sitemap/install/templates/sitemap_refresh_job.rb', line 6 def perform Helios::Sitemap::RefreshService.call end |