Lee Fyock wrote: > See <http://dev.rubyonrails.org/ticket/6426>. > > 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 > > > On Dec 9, 3:42�pm, Pete Hodgson <[EMAIL PROTECTED]>
Thanks Lee, but like Philip's solution this also doesn't allow API clients to specify a format by appending a .xml (or .html or .csv or whatever). -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

