Class: Quadro::SitemapsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/quadro/sitemaps_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#after_sign_in_path_for, #after_sign_out_path_for

Instance Method Details

#pingObject



9
10
11
12
# File 'app/controllers/quadro/sitemaps_controller.rb', line 9

def ping
  notifier.run(sitemap_url)
  flash[:notice] = t('quadro.flash.notified')
end