This url has parameter(:sort) in its url. I'm sure it's against the convetion of RoR.
http://example.com/shops?sort=updated
Then how can I make it RESTful?
Creating new action called 'sort_update' in shops_controller.rb?
and make use access to
http://example.com/shops/sort_update/
?