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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
This release fixes a bug in mapping attributes through the error hash, when the attribute is a model association (and is
already the associated record id, like ad_id vs just ad).
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Reduce unnecessary work performed in attribute map in scenarios where only a select set of attributes needs to be mapped. In such cases, these attributes can be passed through the api_attributes_of_interest option and all other attributes will not be mapped. When no attributes are passed to this option, all attributes will continue to be mapped.
Bug Fixes
Provides accurate class name in error messages resulting from unknown attribute errors.