Sha256: c715e0943087adb4b45ce526082ad89f655405da98ff7d92bda12ee849084880
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
require_dependency 'quadro/application_controller' module Quadro class SitemapsController < ApplicationController before_filter :authenticate_user! respond_to :js, :json, :xml def ping notifier.run(sitemap_url) flash[:notice] = t('quadro.flash.notified') end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quadro-0.6.1 | app/controllers/quadro/sitemaps_controller.rb |
quadro-0.6.0 | app/controllers/quadro/sitemaps_controller.rb |