search for: required_at

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

2007 Mar 07
4
Strange Problem With Unwanted, Transient Caching
...s: {"action"=>"edit", "controller"=>"orders", "customer_id"=>"1375"} params[:id].nil?: true order: #<Order:0x35f9a5c @attributes={"id"=>"1375", "customer_id"=>"502", "required_at"=>nil, "created_at"=>"2004-01-22 12:00:00"}> order: nil So my questions are: - Why does this finder/query pull out an order the first time instead of nil? - Why is the order it wrongly pulls out the one whose id matches the customer_id? - Why does the qu...