Closed cbisnett closed 3 months ago
When calling the underlying ActiveRecord methods, there was an issue with the arguments not matching. This PR fixes the issue and includes additional specs to ensure this works and doesn't regress.
Actually this is incorrect for the master branch. This bug still exists on rails_70. For this branch this is only adding specs.
master
rails_70
Sorry, I got my PRs mixed up.
When calling the underlying ActiveRecord methods, there was an issue with the arguments not matching. This PR fixes the issue and includes additional specs to ensure this works and doesn't regress.