Displaying 1 result from an estimated 1 matches for "create_fromproject".
2006 Mar 08
5
object.save is not creating an insert statement
I have a model for a task class. When I try to save a task, for some
reason no INSERT statement is being generated. Here''s the pertinent
part of the
development.log:
------------------------------------
Processing TasksController#create_fromProject (for 70.247.24.238 at
2006-03-08 14:20:30) [POST]
Parameters: {"commit"=>"Create", "action"=>"create_fromProject",
"task"=>{...blahblahblah...}, "id"=>"3", "controller"=>"tasks"}
Task Colu...