sorcery
sorcery copied to clipboard
Add a more generic build_from method to external
the existing create_from
does a lot of things, including a call to save(validate: false)
. This is a generic version that can be better adapted to your needs
Hmm, I like the idea to have this method, but then can't we really reuse this method in create_from
? We could call build_from
there and just save the record in the end.