RailsCasts
RailsCasts
Ryan Bates
#63 Model Name in URL
6 minutes Posted Jul 27, 2007 at 12:00 am.
0:00
6:07
Download MP3
Show notes
By default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding the to_param method in the model. Watch this episode for details.