First, I'm a noob to rails and am working on my first site. I've been
playing with the routes and successfully setup custom ones. But how do
I have the routes replace the "+" with a "-" in :id, when rails
generates the link_to. I've search quite a bit and can't seem to find
the answer (Although I'm probably not using the right keywords, lol).
First, I'm a noob to rails and am working on my first site. I've been
playing with the routes and successfully setup custom ones. But how do
I have the routes replace the "+" with a "-" in :id, when rails
generates the link_to. I've search quite a bit and can't seem to find
the answer (Although I'm probably not using the right keywords, lol).
Why would you have a "+" in your :id which is normally an integer? Show us some examples of what you are getting now and what you would like them to be.