RESTful routing: allowing .s [dots] in ids

See <http://dev.rubyonrails.org/ticket/6426&gt;\.

One solution is to add module ActionController::Routing   SEPARATORS = %w( / ; , ? ) end in your controller. I'm not sure if this still works under recent versions of Rails.

Lee