and in my zones controller I have
these two actions.
I think the question would be better put ‘How do I update my routes
file to allow me to invoke these actions’ (unless I misunderstand).
The Rails Guide on routing should point you in the right direction.
If you still can’t get it to work come back with what you have tried
and what the result was.
First, though I suggest reading up on RESTful routes to make sure that
what you are doing is really what you want.
You have not set your routes properly. Take a look at http://guides.rubyonrails.org/routing.html. If you need more
information,
you can take a look at the link in my signature (articles 2, 3 and 5).