search for: ction_controller

Displaying 1 result from an estimated 1 matches for "ction_controller".

Did you mean: action_controller
2006 Apr 03
5
Strange Problem with ActionController (I think)
...a7590df90a Parameters: {"action"=>"destroy", "id"=>"5", "controller"=>"admin"} Redirected to http://localhost:3000/admin/list Filter chain halted as [#<Proc:0x013862e0@/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/verification.rb:64>] returned false Completed in 0.00135 (739 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/admin/destroy/5] If i go in using the console, I can perform product = Product.find(1); product.destroy; but using the browser, I can''t delete anything I also tr...