Tagged Questions

0
votes
1answer
182 views

What is causing this redirect_to to fail?

I am trying to use this redirect_to redirect_to :controller => :note_categories, :action => :destroy, :note_id => params[:id] This is the URL that results ...