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.
This might be a duplicate of #1639.
Giving the context to
initialize_withwould 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.