Rails routing problem
- by Steve
I am new to Rails routing and I currently have a problem and hope someone can explain it to me. I am using Rails 2.3.5
Firstly, let me describe my working-fine code:
I have a text example, which has a controller (cars_controller) with an update action (along with some other actions). The update action needs the :id parameter. The edit.html.erb…