where the id = goal id - no problem retreiving that, becuase i see it
in my URL:
[myurl.com]/goals/13
but this is called, I get an error:
Unknown action
No action responded to 13
How can this be the case when the destroy method is correctly being
referenced in my view?
Look at your routes file... somewhere you have a route that is matching this and messing you up. Rails thinks that '13' is the action. Something in your routes is making the action not get picked up.