Skip to content

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.

2 participants