Closed Mahmo0odsalah closed 2 years ago
Intuitively, update_all should take an array of records, such as described in the readme. However this raises an error:
update_all
NoMethodError (undefined method `transform_keys' for #)
@Mahmo0odsalah thanks for this. The rubocop run is failing, can you fix the small issue please?
@rikas Excuse me I'm not used to using Github. I think the commit is now added to the PR.
Intuitively,
update_all
should take an array of records, such as described in the readme. However this raises an error: