Sha256: e76a163094faf5767ab4dd378883cd8101f2cc9cfc179db7c1aaa6c76068bbcd
Contents?: true
Size: 272 Bytes
Versions: 14
Compression:
Stored size: 272 Bytes
Contents
module Admin class SitemapsController < ActionController::Base include Locomotive::Routing::SiteDispatcher before_filter :require_site respond_to :xml def show @pages = current_site.pages.published @host = request.host end end end
Version data entries
14 entries across 14 versions & 1 rubygems