In this example, I am adding accepts_nested_attributes_for to the Order model, and not the OrderForm, so it works out.
The technique of simply adding a model_name_attributes= method to your class will still work, and allows you to replicate the same effect.
Hope that helps!