public
Description: Rails Sitemap Plugin / Site Map Plugin for Rails. A beautiful rails sitemap plugin that talks to Google, Yahoo and MSN when updated. Sitemap features clean handcrafted XHTML, XML with XSLT and custom finder options for your named routes.
Clone URL: git://github.com/queso/sitemap.git
Fixing loading for rails 2.0.
queso (author)
Sun Jun 29 07:26:47 -0700 2008
commit  56770798373fc4e7543a3b24c94609909b58e863
tree    b6fef409abcea456358838a869915a849bc0e874
parent  320be45b4a9405bc2e3ab15ce8bc8ea70fcdc4e2
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 require 'sitemap'
0
 require 'sitemap_fu'
0
+require "#{directory}/app/controllers/sitemap_plugin_controller"
0
 %w|models controllers|.each { |d| Dir["#{directory}/app/#{d}/*"].each { |f| require f.gsub(/\.rb/,'') } }
0
 ActiveRecord::Base.class_eval do
0
   include Queso::Acts::Sitemap

Comments

    No one has commented yet.