I have an issue where I seem (unintentionally) to have more than 1 activerecord object/instance referring to the same database record. How do I ensure that when I update the record, all instances are refreshed with the same data ?
It sounds like "identity map" which is being added to activerecord for rail 3.1 may solve this, but is there a solution for rails 3.0 ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

