Created
August 1, 2024 21:34
-
-
Save kjlape/6315f2b54e5031210221a61913831213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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