Closed yleek closed 1 year ago
This issue has been fixed and merged at https://github.com/active-hash/active_hash/pull/286, but has not been released to Rubygems.
Use gem "active_hash", github: "active-hash/active_hash", commit: "master"
in the Gemfile to get around this.
Thank you for your comment.
I confirm that respond_to?
method can use at master branch.
This issue is closed.
v3.2.1 should be out soon, see https://github.com/active-hash/active_hash/pull/290
Hi!
system: Rails: 6.1.4 Ruby: 3.0.6
active_hash: old: 3.1.1 new: 3.2.0
I upgrade to 3.2.0 from 3.1.1. I find that ActiveHash::Relation can not use
respond_to?
method. An error occurs when using this method. version 3.1.1 is not occurs this error.Is this a bug? please check it.