search for: cardscontroller

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

Did you mean: cards_controller
2006 Nov 04
2
strange errors in dev.log and webserver log
...}" # @card = Card.find( params[:id] ) # end Now each time I use the /cards/edit/3 (or any other valid id), I got my card object properly loaded up onto the admin ui. However - and here comes the strangeness - I see the following errors in my dev and web logs: development.log: Processing CardsController#edit (for 192.168.2.6 at 2006-09-26 16:34:01) [GET] Session ID: 548258e6b4bb56506af5cb9859226509 Parameters: {"action"=>"edit", "id"=>"5", "controller"=>"cards"} Loading Card with ID: 5 Card Load (0.003020) SELECT * FROM c...