这个 url 在它的 url 中有 parameter(:sort)。我敢肯定这违背了 RoR 的传统。
http://example.com/shops?sort=updated
那我怎样才能让它成为 RESTful 的呢?
在 shop_controller.rb 中创建名为“sort_update”的新操作?并使用访问
http://example.com/shops/sort_update/
?
这个 url 在它的 url 中有 parameter(:sort)。我敢肯定这违背了 RoR 的传统。
http://example.com/shops?sort=updated
那我怎样才能让它成为 RESTful 的呢?
在 shop_controller.rb 中创建名为“sort_update”的新操作?并使用访问
http://example.com/shops/sort_update/
?