Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix behaviour when array of ids is passed to find #53

Merged

Conversation

hajee
Copy link
Contributor

@hajee hajee commented Nov 16, 2023

The original rails find allows an array of ids to be passed to the find method. However, the find method in prefix_ids doesn't. This change makes the find method compliant with what the default rails method does.

The original rails find allows an array of ids to be passed to the find method. However, the find method in prefix_ids doesn't. This change makes the find method compliant with what the default rails method does.
@hajee hajee force-pushed the fix_when_array_passed_to_find branch from 74ecd49 to 87ee3cb Compare November 16, 2023 12:28
@excid3 excid3 merged commit 87ee3cb into excid3:master Nov 17, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants