Tagged Questions
0
votes
2answers
118 views
How can I refactor this complicated transaction into my model from my controller?
I have a complex save process (a cyclical reference that needs to be resolved by validating and saving and one model, validating and saving another and then updating the first with an id from the ...