Created
April 30, 2012 19:49
-
-
Save tghastings/2562124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameters: {"project"=>{"title"=>"dfdf"}, "id"=>"2"} | |
Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT 1 [["id", "2"]] | |
(0.0ms) begin transaction | |
(0.2ms) UPDATE "projects" SET "title" = 'dfdf', "updated_at" = '2012-04-30 19:46:43.332038' WHERE "projects"."id" = 2 | |
(6.1ms) commit transaction | |
Completed 500 Internal Server Error in 10ms | |
ArgumentError (too few arguments): | |
app/controllers/projects_controller.rb:65:in `format' | |
app/controllers/projects_controller.rb:65:in `update' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment