Use memoize and to_param for easy rails permalinks

Send to friend

Not sure why anybody on rails 2.2 or above would really need permalink_fu when you can do this:

This is because the params[:id] in you Find(params[:id]) gets to_i called on it, I think. Have to look into that some other time.

You could then go on to memoize this stuff.