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

Always return a boolean value for ActiveResource::Base#exists? #375

Merged
merged 2 commits into from
Feb 25, 2022
Merged

Always return a boolean value for ActiveResource::Base#exists? #375

merged 2 commits into from
Feb 25, 2022

Conversation

stefanvermaas
Copy link
Contributor

While going through the source code, I noticed that ActiveResource::Base#exists? included a line of code that was commented out.

I also noticed that ActiveResource::Base#exists? could return three values: nil, false, and true. In ActiveRecord, the #exists? method always returns a boolean value. With this change, the ActiveResource::Base#exists? now always returns a boolean value.

@rafaelfranca rafaelfranca merged commit 1d93405 into rails:main Feb 25, 2022
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.

None yet

2 participants