Closed hapygallagher closed 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!
This fix has been applied. Thanks.
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!