Class: Quadro::ToolsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Quadro::ToolsController
- Defined in:
- app/controllers/quadro/tools_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#after_sign_in_path_for, #after_sign_out_path_for
Instance Method Details
#sitemap_notifier ⇒ Object
9 10 11 12 |
# File 'app/controllers/quadro/tools_controller.rb', line 9 def sitemap_notifier notifier.run(sitemap_url) flash[:notice] = t('flash.notified') end |