Not sure if this is an issue, but if a model has ``` ruby embeds_many :something, cascade_callbacks: true ``` Then the embedded model (`something`) has to have ``` ruby define_model_callbacks :rearrange ``` otherwise it throws an exception `undefined method _run_rearrange_callbacks` when callbacks are run.