search for: 67e5898

Displaying 1 result from an estimated 1 matches for "67e5898".

Did you mean: 655898
2013 May 14
5
Why joins queries make result readonly?
...ot;specialists"."id" = 1 => [#<Order id: 20, orderable_id: 11, orderable_type: "PlanDevelopment", client_id: 1, completion_status: "finished", created_at: "2013-05-13 20:48:19", updated_at: "2013-05-14 00:36:38", price: #<BigDecimal:67e5898,''0.14E2'',9(36)>>] I see no additional columns but Order.by_executor(1).first.readonly? is true. Is that necessary? p.s. Yes I know that I can set readonly(false) or explicitly specify select clause - so that records won''t become readonly. But I want to understan...