Sha256: cf87fb0978ab11a9a09de0392a0b7bea9c68d32fb0f5c8e38edda0ae607d0bd9
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
class Admin::SiteMapsController < Admin::AdminController layout 'admin' def index @pages = [Page.home] @virtuals = Page.virtual end def update SiteMap.rebuild(params[:sitemap]) head :no_content end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slices-2.0.2 | app/controllers/admin/site_maps_controller.rb |
slices-2.0.1 | app/controllers/admin/site_maps_controller.rb |
slices-2.0.0 | app/controllers/admin/site_maps_controller.rb |