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
Giving the context to initialize_with would give access to the transient attributes when building the object. This way we can make decisions while building the object.
We'll need to make sure we don't break existing, clever code in the process, e.g.
initialize_with{_1}
The text was updated successfully, but these errors were encountered:
This might be a duplicate of #1639.
Giving the context to
initialize_with
would give access to the transient attributes when building the object. This way we can make decisions while building the object.We'll need to make sure we don't break existing, clever code in the process, e.g.
The text was updated successfully, but these errors were encountered: