Skip to content

Instantly share code, notes, and snippets.

@tghastings
Created April 30, 2012 19:49
Show Gist options
  • Save tghastings/2562124 to your computer and use it in GitHub Desktop.
Save tghastings/2562124 to your computer and use it in GitHub Desktop.
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