On Jan 10, 1:32 am, Kenny Ortmann <[email protected]> wrote: > For question 1.
Thanx a lot for your help. > Would you mind showing your controller code? The error looks like you are > set something up incorrectly. autos_controller.rb reads: class AutosController < ApplicationController active_scaffold :auto end application_controller.rb reads: class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery # See ActionController::RequestForgeryProtection for details end > If you don't mind post your autos_controller.rb file, and your > config/routes.rb file routes.rb reads: ActionController::Routing::Routes.draw do |map| map.resources :products map.resources :autos map.connect ':controller/:action/:id' map.connect ':controller/:action/:id.:format' end I would be very grateful if your could support me on this. > Question 2. > The person that has access to update the website no longer works on the > project. There are many people out there that use active scaffold for > commercial type use. Ok, this explains my observations. So let's see if the hello-world example can be fixed. Maybe I just have a stupid newbie error here. Would be great if you could point it out to me. Best regards Clemens
-- 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=en.
