Displaying 1 result from an estimated 1 matches for "item_sort".
Did you mean:
item_cost
2007 Oct 05
1
RESTful Thinking
...".
map.resources :lists :member => {:show_sort => :get, :save_sort
=> :put}
or
map.resources :items :collection => {:show_sort => :get, :save_sort
=> :put}
This just seems weird. Neither look great or feel RESTful. The
resource you are interacting with is really the item_sort, but I can''t
imagine people would create a model for that? Am I over thinking
things? What would other people recommend in this scenario?
Thanks,
Tom
* Ideally you could show the sort and make modifications right on the
show action of the list, but for discussion lets assume a separate...