sorcery icon indicating copy to clipboard operation
sorcery copied to clipboard

Add a more generic build_from method to external

Open rogercampos opened this issue 10 years ago • 1 comments

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

rogercampos avatar Jul 25 '14 14:07 rogercampos

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.

arnvald avatar Jul 26 '14 07:07 arnvald