I am using rails 3.0.7. In the controller I have:
def create @subscription = Subscription\\ .new_from_nested_attributes_parameters(params[:subscr
You can skip the show page:
Instead of:
respond_with @subscription
Put:
respond_with @subscription, edit_subscription_path(@subscription)