ActiveScaffold - Search route doesn't work with REST

Another one with ActiveScaffold. Am I doing something wrong? Is my workaround correct?

Cheers, Sazima

Sazima wrote:

I had to move the ERST route to the end of the file to get the search feature to work...

If you enable active_scaffold on your REST routes, you don't have to reorder anything

Ex.

  map.resources :candidates, :active_scaffold => true

Hope this helps,

Chris