Displaying 1 result from an estimated 1 matches for "edit_word".
Did you mean:
bit_word
2011 Feb 23
5
Routing problem
...{:action=>"index",
:controller=>"words"}
POST /words(.:format) {:action=>"create",
:controller=>"words"}
new_word GET /words/new(.:format) {:action=>"new",
:controller=>"words"}
edit_word GET /words/:id/edit(.:format) {:action=>"edit",
:controller=>"words"}
word GET /words/:id(.:format) {:action=>"show",
:controller=>"words"}
PUT /words/:id(.:format) {:action=>"update",
:controll...