Gazer / has_sitemap

A Rails plugin to create sitemaps

This URL has Read+Write access

Gazer (author)
Sun Jun 22 12:37:58 -0700 2008
has_sitemap / init.rb
100644 5 lines (3 sloc) 0.11 kb
1
2
3
4
5
# Include hook code here
require 'has_sitemap'
 
ActionController::Base.send(:include, HypeParama::HasSitemap)