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
Add raise_on_unknown_attributes class attribute and attribute_writer_missing
- Add class_attribute :raise_on_unknown_attributes with default: true
- Implement attribute_writer_missing to handle unknown attributes
- When set to false, logs warning instead of raising exception
0 commit comments