Hi,
I am trying to use the update method of activerecord with an array of
ids as the first param.
It does not update any row. The APIs say that it should work.
The array contains 2 IDs.
RSCampaign.update([1,2], {:end_date =>
Date.strptime("120228","%y%m%d")})
If I put an ID instead of the array, it updates fine.
Please help.
I am using ruby 1.8.6
--
Posted via http://www.ruby-forum.com/.
--
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.