I am using rails 3.0.7. In the controller I have:
def create @subscription = Subscription\\ .new_from_nested_attributes_parameters(params[:subscr
In Rails 3.2, the following will work and appears to keep the flash intact:
respond_with @subscription, :location => edit_subscription_path(@subscription)