I solved the problem by adding the following to my routes.rb file: map.resources :leads, :active_scaffold => true
where "leads" is the name of the controller. I will add this for all controllers in my project. I found this answer here: http://earlruby.org/2009/06/getting-activescaffold-to-work-under-ruby-on-rails-23/ Thanks, Jeff -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=.
