Search Results

0
votes

Can you force activerecord associations to update without saving them?

If you start off like this: client1 = the_server.clients.build(:name => 'a client', ...) Then you should get what you're looking for I think. EDIT: …