I have a show page which has 3 tabs. The third tab has a add new action and when the item is created the page redirects to the first tab by default . How can i pass the id of the third tab in the redirect path of the create action?
i.e redirect_to manufacturer_path(@item.manufacturer.id) redirects to third tab in manufacturer show page