Is there anyway to have restful AND pretty urls?

For example:

map.resources :users

Would give us nice little helpers
users_url
new_user_url
edit_user_url(@user)

etc.

But what if I wanted my urls to be pretty like

Instead of

http://www.mysite.com/users/

I want

http://www.mysite.com/list_all_my_damn_users

Basically I want the nice little helpers AND pretty urls.
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to