Skip to content

Instantly share code, notes, and snippets.

@kjlape
Created August 1, 2024 21:34
Show Gist options
  • Save kjlape/6315f2b54e5031210221a61913831213 to your computer and use it in GitHub Desktop.
Save kjlape/6315f2b54e5031210221a61913831213 to your computer and use it in GitHub Desktop.
# neat one-liner to stick invalid records on top for instance if you're using fields_for to edit a nested collection of records
some_query.partition(&:invalid?).flatten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment