Release 0.3.4
- Added
locate_many(ignore_missing: true)
option that'll use#where
instead of#find
for bulk location, which via Active Record means missing records will be ignored instead of raise an exception.
locate_many(ignore_missing: true)
option that'll use #where
instead of #find
for bulk location, which via Active Record means missing records will be ignored instead of raise an exception.