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
only_fields and except_fields methods internally memoizing @only_fields and @except_fields instance variables respectively. It's wrong because they're calculated against passed options parameter which can differ between separate serializable_hash calls.