Does Rails 3 routes still have the singular option?

Posted by Cameron on Stack Overflow See other posts from Stack Overflow or by Cameron
Published on 2010-04-23T11:19:18Z Indexed on 2010/04/23 11:23 UTC
Read the original article Hit count: 140

Filed under:

You used to be abel to do:

resources :posts, :singular => true

But I tried this in rails and it didn't work. Does anyone know the new way or workaround?

thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails