You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am using the attr_encrypted from 3.0.3 gem and It works correctly. The problem comes when I bump the gem to 3.10 version. When I use the method as_json on the active model object I get the next error:
Hi everyone,
I have an active called
TaxableEntity
that has the next attr_encryped attribute:Currently I am using the
attr_encrypted from 3.0.3
gem and It works correctly. The problem comes when I bump the gem to 3.10 version. When I use the methodas_json
on the active model object I get the next error:but It only happens when use before a
select
method, withoutselect
it works correctlyCan you help me?
Thanks
The text was updated successfully, but these errors were encountered: