
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 1.53 KB | hits: 14 | expires: Never
in /Users/gcds/Projects/Rails Projects/mttc)
phone_items GET /phones/:phone_id/items(.:format) {:action=>"index", :controller=>"items"}
POST /phones/:phone_id/items(.:format) {:action=>"create", :controller=>"items"}
new_phone_item GET /phones/:phone_id/items/new(.:format) {:action=>"new", :controller=>"items"}
edit_phone_item GET /phones/:phone_id/items/:id/edit(.:format) {:action=>"edit", :controller=>"items"}
phone_item GET /phones/:phone_id/items/:id(.:format) {:action=>"show", :controller=>"items"}
PUT /phones/:phone_id/items/:id(.:format) {:action=>"update", :controller=>"items"}
DELETE /phones/:phone_id/items/:id(.:format) {:action=>"destroy", :controller=>"items"}
phones GET /phones(.:format) {:action=>"index", :controller=>"phones"}
POST /phones(.:format) {:action=>"create", :controller=>"phones"}
new_phone GET /phones/new(.:format) {:action=>"new", :controller=>"phones"}
edit_phone GET /phones/:id/edit(.:format) {:action=>"edit", :controller=>"phones"}
phone GET /phones/:id(.:format) {:action=>"show", :controller=>"phones"}
PUT /phones/:id(.:format) {:action=>"update", :controller=>"phones"}
DELETE /phones/:id(.:format) {:action=>"destroy", :controller=>"phones"}