#to_param
2 posts tagged to_param. Clear filter
-
Hacking Rails Plugins
Using the Acts as Taggable On plugin to add categories to a model class, I wanted to override the to\param method and place the name attribute in the url. The plugin, installed as a gem, source...
-
Override to_param method in model to get pseudo permalinks without any work
There are a number of permalink plugins for Rails, http://www.seoonrails.com/even-better-looking-urls-with-permalink\fu, is a good one that I've used before. However, this involves informing the...