Feature #18
Memorable URLs
| Status: | New | Start date: | 06/03/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | Estimated time: | 1.00 hour |
Description
It would be very nice if you could use:
http://www.railsmentors.org/users/andyjeffries
instead of:
http://www.railsmentors.org/users/646
It should be a matter of defining to_param on your User model and changing the show action to find_by_name rather than find (or something equally similar).