Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7652587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:48:37+00:00 2026-05-31T11:48:37+00:00

I have the following destroy method in my Tracks controller: def destroy if params[:product_id].present?

  • 0

I have the following destroy method in my Tracks controller:

def destroy
  if params[:product_id].present? 
    @product = Product.find(params[:product_id])
    @track = @product.tracks.find(params[:id])
    @track.destroy
    redirect_to product_path(@product)  
  elsif params[:release_id].present?         
    @release = Release.find(params[:release_id])
    @track = @release.tracks.find(params[:id])
    @track.destroy
    redirect_to release_path(@release)  
  end
end  

I can destroy a Release Track using:

<%= link_to 'Destroy', release_track_path(@release,track), :confirm => 'Are you sure?', :method => :delete %>

But I get a routing error ” No route matches [POST] “/products/74/tracks/43″ ” when I try to destroy Product Track:

<%= link_to 'Destroy', product_track_path(@product,track), :confirm => 'Are you sure?', :method => :destroy %> 

I’ve taken a look at my Routes file and think it’s probably an issue there, but having tried a few things i’m stumped! Can anyone help? This is driving me crazy. I’m using the same if els on my create method and it works fine for both Release Track and Product Track.

Here’s my routes.rb (I suspect this is a big mess!)

Dashboard::Application.routes.draw do

get "home/index"
root :to => "home#index"
get "tracks/new"
get "tracks/create"
get "tracks/update"
get "tracks/edit"
get "tracks/destroy"
get "tracks/show"
get "tracks/index"
get "help/index"

resources :helps
resources :roles
resources :labels
devise_for :users
resources :users

resources :releases do
  resources :artists
  resources :tracks
  resources :products do
    resources :tracks
    resources :itunes_data
      end
end

resources :itunes_data

resources :tracks do
  collection { post :sort }
end

resources :products do
  resources :tracks
  collection do
  get 'schedulecsv'
  get 'schedule'
  get 'new_releases'
  get 'active_lines'
  get 'deleted_lines'
  get 'gemsetup'
  get 'amazonsetup'
  get 'search'
  end  
end

resources :artists
end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:48:39+00:00Added an answer on May 31, 2026 at 11:48 am

    You seem to have mixed up :delete and :destroy and the second line. :method expects an HTTP verb, so it should be :delete.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following methods in my controller: def create @user = User.new(params[:user]) if
I have the following query method in my ActiveRecord model: def self.tagged_with( string )
I have the following method which is called via Ajax: def decrement @cart =
I Have following code: Controller: public ActionResult Step1() { return View(); } [AcceptVerbs(HttpVerbs.Post)] public
I have following method in wcf webenabled service Public Person AddPerson(Person p); As of
I am having problem with namespaced controller and routing. I have following namespaced route.
I have following structure: class User < ActiveRecord::Base has_many :Hobbies, :dependent => :destroy accepts_nested_attributes_for
Do you need to have a destroy/dispose method on your Document Class? Say I
I have the following models: class User < ActiveRecord::Base has_many :books, :dependent => :destroy
Hello guys I have the following method: var usuario; usuario = UniapontaService.GetUsuarioUniapontaPlanejamentoEstrategico(x => x.IdUsuario

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.