Closed jillrizley closed 7 years ago
Can you post your routes.rb
file?
@shows_user.destroy
if @shows_user.destroy
I believe this is trying to destroy @shows_user
twice, and it's 404ing the second time because it's already been deleted, so there is no longer a shows_user
with id 1.
:4741/shows_users:1 DELETE http://localhost:4741/shows_users 404 (Not Found)
getting this error when trying to delete my shows from the my shows list. have tried a whole bunch of different things but can't seem to figure it out.
controller