class Wco::SitemapPathsController
def show
def show @spath = Wco::SitemapPath.find params[:id] @site = @spath.site authorize! :show, @spath render 'check' end
def show @spath = Wco::SitemapPath.find params[:id] @site = @spath.site authorize! :show, @spath render 'check' end