Skip to content

Release 0.3.4

Compare
Choose a tag to compare
@rafaelfranca rafaelfranca released this 04 Aug 21:34
· 216 commits to main since this release
  • 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.