christianhellsten / sitemap-generator

sitemap-generator is a Rails plugin that makes it easy to generate sitemaps.
http://aktagon.com/
MIT License
53 stars 11 forks source link

rails 3 fix #10

Closed hapygallagher closed 13 years ago

hapygallagher commented 13 years ago

To get this plugin working for me in rails 3 I had to make the following minor modifications

in the file: lib/sitemap_generator/helpers.rb

remove: include ActionView::Helpers::ActiveRecordHelper

and add: def controller @controller end

thanks for the plugin!

christianhellsten commented 13 years ago

This fix has been applied. Thanks.